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/std-vector.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/std-vector.cpp')
| -rw-r--r-- | src/JSystem/JGadget/std-vector.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/JSystem/JGadget/std-vector.cpp b/src/JSystem/JGadget/std-vector.cpp index 760ce30fce..57a9c29b1b 100644 --- a/src/JSystem/JGadget/std-vector.cpp +++ b/src/JSystem/JGadget/std-vector.cpp @@ -1,23 +1,14 @@ -// -// Generated By: dol2asm -// Translation Unit: std-vector -// - #include "JSystem/JSystem.h" // IWYU pragma: keep #include "JSystem/JGadget/std-vector.h" -/* 802DCCC8-802DCCD0 2D7608 0008+00 1/1 0/0 0/0 .text extend_default__Q27JGadget6vectorFUlUlUl */ u32 JGadget::vector::extend_default(u32 param_0, u32 param_1, u32 param_2) { return param_1 << 1; } -/* 802DCCD0-802DCCFC 2D7610 002C+00 0/0 1/1 0/0 .text - * __ct__Q27JGadget20TVector_pointer_voidFRCQ27JGadget14TAllocator<Pv> */ JGadget::TVector_pointer_void::TVector_pointer_void(JGadget::TAllocator<void*> const& param_0) : TVector<void*>(param_0) { } -/* 802DCCFC-802DCDA4 2D763C 00A8+00 0/0 2/2 0/0 .text __dt__Q27JGadget20TVector_pointer_voidFv */ JGadget::TVector_pointer_void::~TVector_pointer_void() { } @@ -25,14 +16,10 @@ void dummy_weak_order(JGadget::TVector<void*> vec) { vec.insert(NULL, 0, NULL); } -/* 802DCDA4-802DCDC4 2D76E4 0020+00 0/0 1/1 0/0 .text - * insert__Q27JGadget20TVector_pointer_voidFPPvRCPv */ void JGadget::TVector_pointer_void::insert(void** param_0, void* const& param_1) { TVector<void*>::insert(param_0, param_1); } -/* 802DCDC4-802DCE1C 2D7704 0058+00 0/0 1/1 0/0 .text - * erase__Q27JGadget20TVector_pointer_voidFPPvPPv */ void** JGadget::TVector_pointer_void::erase(void** param_0, void** param_1) { return TVector<void*>::erase(param_0, param_1); } |
