summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halr96b/mips/j4prof.c
blob: dd8c2b7c9994e16df87d71d916f2c9857c6a5cd0 (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\j4prof.c"