mirror of
https://github.com/open-goal/jak-project
synced 2026-05-25 23:35:33 -04:00
commit doctor's latest changes
This commit is contained in:
@@ -134,7 +134,7 @@ static uint32_t c_symlink2(LinkedObjectFile& f,
|
||||
word_kind = LinkedWord::TYPE_PTR;
|
||||
break;
|
||||
default:
|
||||
throw std::runtime_error("unhandled SymbolLinkKind");
|
||||
throw std::exception("unhandled SymbolLinkKind");
|
||||
}
|
||||
|
||||
f.symbol_link_word(seg_id, code_ptr_offset - initial_offset, name, word_kind);
|
||||
@@ -191,7 +191,7 @@ static uint32_t c_symlink3(LinkedObjectFile& f,
|
||||
word_kind = LinkedWord::TYPE_PTR;
|
||||
break;
|
||||
default:
|
||||
throw std::runtime_error("unhandled SymbolLinkKind");
|
||||
throw std::exception("unhandled SymbolLinkKind");
|
||||
}
|
||||
|
||||
f.symbol_link_word(seg, code_ptr - initial_offset, name, word_kind);
|
||||
|
||||
Reference in New Issue
Block a user