mirror of
https://codeberg.org/KeybadeBlox/JSRF-Decompilation.git
synced 2026-04-07 04:50:23 +03:00
Fix typo in Core.hpp
Was making builds fail.
This commit is contained in:
parent
3e8622f369
commit
da6865e5f6
2 changed files with 6 additions and 6 deletions
|
|
@ -16,10 +16,10 @@
|
|||
"source_path": "src/JSRF/Jet2.cpp"
|
||||
},
|
||||
"symbol_mappings": {
|
||||
"?main_funcinfo@@3UFuncInfo@@A": "$T747",
|
||||
"?main_handler@@YAXPAUEHExceptionRecord@@PAKPAXPAU_xDISPATCHER_CONTEXT@@@Z": "$L751",
|
||||
"?main_handler_unwind1@@YAXXZ": "$L743",
|
||||
"?main_unwindmap@@3PAUUnwindMapEntry@@A": "$T753",
|
||||
"?main_funcinfo@@3UFuncInfo@@A": "$T1112",
|
||||
"?main_handler@@YAXPAUEHExceptionRecord@@PAKPAXPAU_xDISPATCHER_CONTEXT@@@Z": "$L1116",
|
||||
"?main_handler_unwind1@@YAXXZ": "$L1108",
|
||||
"?main_unwindmap@@3PAUUnwindMapEntry@@A": "$T1118",
|
||||
"[.rdata-0]": "[.xdata$x-0]"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ struct UnknownStatic19 {
|
|||
};
|
||||
struct UnknownStatic24 {
|
||||
UnknownStatic24();
|
||||
virtual ~UnknownStatic19();
|
||||
virtual ~UnknownStatic24();
|
||||
};
|
||||
struct UnknownStatic27 {
|
||||
UnknownStatic27();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue