OSDN Git Service

[VM][JX] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 27 Jun 2019 15:26:15 +0000 (00:26 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 27 Jun 2019 15:26:15 +0000 (00:26 +0900)
source/src/vm/event.cpp

index ec5f422..5397e46 100644 (file)
 #endif
 
 #if defined(USE_CPU_I286)
+#if defined(_JX)
+#include "jx/i286.h"
+#else
 #include "i286.h"
 #endif
+#endif
 
 #if defined(USE_CPU_I386) || defined(USE_CPU_I486) || defined(USE_CPU_PENTIUM)
 #include "i386.h"