mirror of
https://github.com/zeldaret/tp
synced 2026-06-27 10:43:03 -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:
@@ -502,7 +502,7 @@ int daPasserMng_c::getLuggageParamHigh(u32 param_1) {
|
||||
break;
|
||||
default:
|
||||
OS_REPORT("%s: Line.%d arg=%d\n", "d_a_passer_mng.cpp", 921, param_1);
|
||||
JUT_PANIC(922, 0);
|
||||
JUT_ASSERT(922, FALSE);
|
||||
}
|
||||
return paramLow << 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user