Debug work + some retail regalloc fixes (#2787)

* Debug work + some retail regalloc fixes

* Use AUDIO_INSTANCES in places it's missing, link d_a_e_bee

* Link m_Do_machine

* Fix clang putting other includes before the pchs

* Link some more debug TUs that already match
This commit is contained in:
LagoLunatic
2025-11-09 14:43:14 -05:00
committed by GitHub
parent cefde2a42c
commit ba7cdd4fe9
49 changed files with 480 additions and 3020 deletions
+2 -2
View File
@@ -225,7 +225,7 @@ int daObjSwChain_c::CreateHeap() {
}
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName, 4);
JUT_ASSERT(532, modelData != 0);
JUT_ASSERT(532, modelData != NULL);
mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000084);
if (mpModel == NULL) {
@@ -233,7 +233,7 @@ int daObjSwChain_c::CreateHeap() {
}
mChainModelData = (J3DModelData*)dComIfG_getObjectRes(l_arcName, 3);
JUT_ASSERT(545, mChainModelData != 0);
JUT_ASSERT(545, mChainModelData != NULL);
return 1;
}