mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 17:45:31 -07:00
Goodbye, 32-bit
This commit is contained in:
@@ -42,8 +42,6 @@
|
||||
|
||||
#ifdef __amd64__
|
||||
# include "codegen_x86-64.h"
|
||||
#elif defined i386 || defined __i386 || defined __i386__ || defined _X86_ || defined _M_IX86 || defined _M_X64
|
||||
# include "codegen_x86.h"
|
||||
#else
|
||||
# error Dynamic recompiler not implemented on your platform
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user