mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
- 680x0 added to list of CPU that can handle unaligned accesses
This commit is contained in:
parent
0536eb15a4
commit
bb36e3fa18
@ -117,7 +117,7 @@ typedef struct timeval tm_time_t;
|
||||
typedef uae_u32 uaecptr;
|
||||
|
||||
/* Alignment restrictions */
|
||||
#if defined(__i386__) || defined(__powerpc__)
|
||||
#if defined(__i386__) || defined(__powerpc__) || defined(__m68k__)
|
||||
# define CPU_CAN_ACCESS_UNALIGNED
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user