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_toby.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/d/actor/d_a_obj_toby.cpp') diff --git a/src/d/actor/d_a_obj_toby.cpp b/src/d/actor/d_a_obj_toby.cpp index 8c700f5472..5126deb1b5 100644 --- a/src/d/actor/d_a_obj_toby.cpp +++ b/src/d/actor/d_a_obj_toby.cpp @@ -443,7 +443,6 @@ static int daObj_Toby_Delete(obj_toby_class* i_this) { } /* 80D149DC-80D14BD4 00133C 01F8+00 1/1 0/0 0/0 .text useHeapInit__FP10fopAc_ac_c */ -// nonmatching - regalloc static int useHeapInit(fopAc_ac_c* a_this) { obj_toby_class* i_this = (obj_toby_class*)a_this; void* modelData; -- cgit v1.2.3