summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/haldti/mips/x86lator.c
blob: b1e36cb72a682fe2bd75741519a4d0a3c79e6d71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
//
// This file simply includes the main code from the haltyne directory after
// undef'ed NT_UP if necessary.
//


#if defined(NT_UP)
#undef NT_UP
#endif

#include "..\haltyne\mips\x86lator.c"