Windows fixes

More Windows fixes
This commit is contained in:
doctaweed
2020-08-26 18:59:06 -06:00
parent 8927bd976d
commit 33e522ea52
54 changed files with 513 additions and 270 deletions
+1 -1
View File
@@ -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;