diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-11-30 14:23:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-30 15:23:42 -0700 |
| commit | a6e76c0841cae03cae0c0e6ac75c32f979043093 (patch) | |
| tree | 76b5f590c59c6abdf2c80d0a3d5c0ccb31ebd0fe /src/JSystem/JGadget/binary.cpp | |
| parent | 434415337d268e405b09f6b72935a7e918e4cfe7 (diff) | |
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
Diffstat (limited to 'src/JSystem/JGadget/binary.cpp')
| -rw-r--r-- | src/JSystem/JGadget/binary.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/JSystem/JGadget/binary.cpp b/src/JSystem/JGadget/binary.cpp index 67b6afab96..e6c25a9044 100644 --- a/src/JSystem/JGadget/binary.cpp +++ b/src/JSystem/JGadget/binary.cpp @@ -1,14 +1,7 @@ -// -// Generated By: dol2asm -// Translation Unit: binary -// - #include "JSystem/JSystem.h" // IWYU pragma: keep #include "JSystem/JGadget/binary.h" -/* 802DC864-802DC8C8 2D71A4 0064+00 0/0 2/2 0/0 .text - * parseVariableUInt_16_32_following__Q27JGadget6binaryFPCvPUlPUlPQ37JGadget6binary5TEBit */ const void* JGadget::binary::parseVariableUInt_16_32_following(void const* buffer, u32* param_1, u32* param_2, JGadget::binary::TEBit* param_3) { @@ -35,13 +28,9 @@ JGadget::binary::parseVariableUInt_16_32_following(void const* buffer, u32* para return rv; } -/* 802DC8C8-802DC910 2D7208 0048+00 0/0 4/4 0/0 .text - * __dt__Q37JGadget6binary19TParse_header_blockFv */ JGadget::binary::TParse_header_block::~TParse_header_block() { } -/* 802DC910-802DCA1C 2D7250 010C+00 0/0 9/9 0/0 .text - * parse_next__Q37JGadget6binary19TParse_header_blockFPPCvUl */ bool JGadget::binary::TParse_header_block::parse_next(void const** ptrLocation, u32 idx) { u32 headerEnd, blockEnd; |
