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:
@@ -272,7 +272,7 @@ void LinkedObjectFile::append_word_to_string(std::string& dest, const LinkedWord
|
||||
sprintf(buff, " .sym-off 0x%x %s\n", word.data >> 16, word.symbol_name.c_str());
|
||||
break;
|
||||
default:
|
||||
throw std::runtime_error("nyi");
|
||||
throw std::exception("nyi");
|
||||
}
|
||||
|
||||
dest += buff;
|
||||
|
||||
Reference in New Issue
Block a user