Make the rest of JSystem compiled in DEBUG

This commit is contained in:
PJB3005
2026-02-25 21:28:50 +01:00
parent b34ba7b4f0
commit cf5ce234b6
4 changed files with 23 additions and 3 deletions
+4
View File
@@ -158,7 +158,11 @@ bool JAISe::prepare_getSeqData_() {
switch (inner_.seMgr->getSeqDataMgr()->getSeqData(getID(), &inner_.mSeqData)) {
case 0:
#if TARGET_PC
OS_REPORT("Failed In Loading Sequence Data:SE(0x%08x)\n", (u32)getID());
#else
OS_REPORT("Failed In Loading Sequence Data:SE(0x%08x)\n", *(u32*)&getID());
#endif
status_.state.unk = 2;
return false;
case 1: