summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halfxspc/mips/jxsysint.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halfxspc/mips/jxsysint.c')
-rw-r--r--private/ntos/nthals/halfxspc/mips/jxsysint.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/ntos/nthals/halfxspc/mips/jxsysint.c b/private/ntos/nthals/halfxspc/mips/jxsysint.c
new file mode 100644
index 000000000..528753dda
--- /dev/null
+++ b/private/ntos/nthals/halfxspc/mips/jxsysint.c
@@ -0,0 +1,11 @@
+//
+// This file simply includes the main code from the halfxs directory after
+// undef'ed NT_UP if necessary.
+//
+
+
+#if defined(NT_UP)
+#undef NT_UP
+#endif
+
+#include "..\halfxs\mips\jxsysint.c"