[decompiler] Support v5 data file link data (#3076)

Fix the implementation of `link_v5` so it works on "data" files for jak
3.
This commit is contained in:
water111
2023-10-10 18:56:03 -07:00
committed by GitHub
parent 5a6aab4fab
commit cfce5e5916
7 changed files with 89 additions and 77 deletions
-1
View File
@@ -66,7 +66,6 @@ SymbolTable::~SymbolTable() {
}
InternedSymbolPtr SymbolTable::intern(const char* str) {
InternedSymbolPtr result;
size_t string_len = strlen(str);
u32 hash = crc32((const u8*)str, string_len);