- 680x0 added to list of CPU that can handle unaligned accesses

This commit is contained in:
cebix 1999-10-18 11:44:20 +00:00
parent 0536eb15a4
commit bb36e3fa18

View File

@ -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