blob: 370edd47fe381108618cb96b47c46a6e32b2e6d2 (
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\jxdmadsp.s"
|