From 23a1c940630435eaa0bbca45fb24156fc0d3db62 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 10 Nov 2025 21:25:00 -0500 Subject: 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 --- src/d/actor/d_a_obj_gm.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/d/actor/d_a_obj_gm.cpp') diff --git a/src/d/actor/d_a_obj_gm.cpp b/src/d/actor/d_a_obj_gm.cpp index 5c1645c716..ba8cc3cc3b 100644 --- a/src/d/actor/d_a_obj_gm.cpp +++ b/src/d/actor/d_a_obj_gm.cpp @@ -154,7 +154,6 @@ static void ito_pos_set(obj_gm_class* i_this) { /* 80BFB508-80BFBA14 0004A8 050C+00 1/1 0/0 0/0 .text bg_fix__FP12obj_gm_class */ static void bg_fix(obj_gm_class* i_this) { - // NONMATCHING - incorrect instruction generated at line 258 fopAc_ac_c* a_this = (fopAc_ac_c*)&i_this->actor; cXyz sp28, sp34; -- cgit v1.2.3