14 lines
212 B
ArmAsm
14 lines
212 B
ArmAsm
//
|
|
// 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
|
|
|
|
#define _MIPS_R4600
|
|
|
|
#include "..\halfxs\mips\j4cache.s"
|