summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halduomp/mips/allstart.c
blob: 26556a5c7eba6585b265b83524135a1ed769c0d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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\allstart.c"