mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[Decompiler] Fix printing of lets (#314)
* fix let prints and windows warnings * missing include for windows * windows again
This commit is contained in:
@@ -92,6 +92,7 @@ std::string get_before_paren(std::string& instr) {
|
||||
}
|
||||
}
|
||||
assert(false);
|
||||
return {};
|
||||
}
|
||||
|
||||
std::string get_in_paren(std::string& instr) {
|
||||
@@ -110,6 +111,7 @@ std::string get_in_paren(std::string& instr) {
|
||||
}
|
||||
}
|
||||
assert(false);
|
||||
return {};
|
||||
}
|
||||
|
||||
bool is_integer(const std::string& str) {
|
||||
|
||||
Reference in New Issue
Block a user