mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 04:48:21 -04:00
Regalloc/debug/misc fixes (#2794)
* Fix "0" asserts * More debug and regalloc fixes * Fix PTMF syntax for compatibility with other compilers * Fix some fakematches, link more TUs for J/P
This commit is contained in:
@@ -146,7 +146,7 @@ int daSwc00_c::execute() {
|
||||
break;
|
||||
default:
|
||||
OSReport_Error("領域スイッチ:引数0が不正値<%d>です\n", type);
|
||||
JUT_PANIC(289, "0");
|
||||
JUT_ASSERT(289, FALSE);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user