We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc119f commit 0bdcf50Copy full SHA for 0bdcf50
hw/cpu/cpu.h
@@ -185,10 +185,8 @@ static void set_cpu_flags(unsigned int f);
185
parm [ax];
186
#endif
187
188
-#if defined(TARGET_WINDOWS) && TARGET_MSDOS == 32
+#if (defined(TARGET_WINDOWS) || defined(TARGET_OS2)) && TARGET_MSDOS == 32
189
/* Watcom does not offer int86/int386 for Win32s/Win9x/NT/etc */
190
-#elif defined(__cplusplus)
191
-/* For reasons unknown to me, int386() isn't available from Watcom's C++ compiler */
192
#else
193
static inline void just_int86(unsigned char c,union REGS *r1,union REGS *r2) {
194
# ifdef __386__
0 commit comments