blob: 398a656e780b45352f8defe09f5307ad76b6d83a (
plain) (
tree)
|
|
//
// 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\jxenvirv.c"
|