kgate / d_meter_button / d_meter_haihai done, obj_ice_l wip (#2018)

* kgate OK, ice_l wip

* d_meter_button done

* remove asm

* d_meter_haihai done

* remove asm
This commit is contained in:
TakaRikka
2024-01-01 15:09:41 -08:00
committed by GitHub
parent fe92c18c83
commit dde6a466b1
208 changed files with 5206 additions and 19606 deletions
+8
View File
@@ -11,6 +11,13 @@
OSPanic(__FILE__, LINE, "Halt"); \
}
#define JUT_ASSERT_REPORT(LINE, COND) \
if ((COND) == 0) { \
JUTAssertion::showAssert(JUTAssertion::getSDevice(), __FILE__, LINE, #COND); \
OSPanic(__FILE__, LINE, "Halt"); \
OSReport("[%s] %d\n", __FILE__, __LINE__); \
}
#define JUT_PANIC(LINE, TEXT) \
JUTAssertion::showAssert(JUTAssertion::getSDevice(), __FILE__, LINE, TEXT); \
OSPanic(__FILE__, LINE, "Halt");
@@ -23,6 +30,7 @@
#else
#define JUT_ASSERT(...)
#define JUT_ASSERT_REPORT(...)
#define JUT_PANIC(...)
#define JUT_WARN(...)
#define JUT_LOG(...)