mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Goodbye, 32-bit
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
* Unconditionally aligning does not cost very much, so do it if unsure
|
||||
*/
|
||||
#ifndef STRICT_ALIGN
|
||||
# define STRICT_ALIGN !(defined(__i386) || defined (__amd64))
|
||||
# define STRICT_ALIGN !(defined (__amd64))
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user