mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-12 04:36:13 -05:00
Added ICInvalidateRange to coreinit and modified Makefiles
This commit is contained in:
@@ -136,7 +136,7 @@ readRPL(RplInfo &info, std::ifstream &fh)
|
||||
}
|
||||
|
||||
// Find strtab
|
||||
auto shStrTab = reinterpret_cast<const char *>(sections[header.shstrndx].data.data());
|
||||
//auto shStrTab = reinterpret_cast<const char *>(sections[header.shstrndx].data.data());
|
||||
|
||||
// Print section data
|
||||
for (auto i = 0u; i < sections.size(); ++i) {
|
||||
@@ -336,4 +336,3 @@ int main(int argc, char **argv)
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user