summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halduomp/mips/j4prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'private/ntos/nthals/halduomp/mips/j4prof.c')
-rw-r--r--private/ntos/nthals/halduomp/mips/j4prof.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/private/ntos/nthals/halduomp/mips/j4prof.c b/private/ntos/nthals/halduomp/mips/j4prof.c
new file mode 100644
index 000000000..dd8c2b7c9
--- /dev/null
+++ b/private/ntos/nthals/halduomp/mips/j4prof.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\j4prof.c"