From a6e76c0841cae03cae0c0e6ac75c32f979043093 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 30 Nov 2025 14:23:42 -0800 Subject: project cleanup (#2895) * some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes --- src/d/d_msg_unit.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/d/d_msg_unit.cpp') diff --git a/src/d/d_msg_unit.cpp b/src/d/d_msg_unit.cpp index 9708ad3316..5fb9236417 100644 --- a/src/d/d_msg_unit.cpp +++ b/src/d/d_msg_unit.cpp @@ -1,8 +1,3 @@ -// -// Generated By: dol2asm -// Translation Unit: d/d_msg_unit -// - #include "d/dolzel.h" // IWYU pragma: keep #include "d/d_msg_unit.h" @@ -41,13 +36,10 @@ typedef struct dMsgUnit_inf1_section_t { /* 0x0E */ dMsgUnit_inf1_entry entries[0]; } dMsgUnit_inf1_section_t; -/* 80238C94-80238CA4 2335D4 0010+00 1/1 0/0 0/0 .text __ct__10dMsgUnit_cFv */ dMsgUnit_c::dMsgUnit_c() {} -/* 80238CA4-80238CEC 2335E4 0048+00 2/1 0/0 0/0 .text __dt__10dMsgUnit_cFv */ dMsgUnit_c::~dMsgUnit_c() {} -/* 80238CEC-8023907C 23362C 0390+00 0/0 5/5 0/0 .text setTag__10dMsgUnit_cFiiPcb */ // NONMATCHING - regalloc #if REGION_JPN void dMsgUnit_c::setTag(int i_type, int i_value, char* o_buffer, bool param_4) { @@ -364,5 +356,4 @@ void dMsgUnit_c::setTag(int i_type, int i_value, char* o_buffer, bool param_4) { } #endif -/* 804510D0-804510D8 0005D0 0004+04 1/1 5/5 0/0 .sbss g_msg_unit */ dMsgUnit_c g_msg_unit; -- cgit v1.2.3