Fix symbol names (#118)

* checkpoint

* checkpoint

* rename f_pc

* checkpoint

* small symbol rename and fix some fpc symbols

* remove unneeded entries from ldscript

* simplify ok check, update docker container

Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
lepelog
2021-03-15 07:12:44 +01:00
committed by GitHub
parent 3b69d4cba0
commit 80ba3d9fd2
3357 changed files with 59145 additions and 59695 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include "global.h"
extern "C" {
void JUTException_NS_panic_f(const char* filename, int line, const char* format, ...);
void panic_f__12JUTExceptionFPCciPCce(const char* filename, int line, const char* format, ...);
}
extern char lbl_8039D260[12]; // "JKRDvdFile.cpp"
@@ -80,7 +80,7 @@ void JKRDvdFile::close() {
const char* filename = lbl_8039D260; // "JKRDvdFile.cpp"
const char* format = lbl_8039D260 + 0x0F; // "%s"
const char* arg1 = lbl_8039D260 + 0x12; // "cannot close DVD file\n"
JUTException_NS_panic_f(filename, 0xd5, format, arg1);
panic_f__12JUTExceptionFPCciPCce(filename, 0xd5, format, arg1);
}
}
}