mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 09:09:52 -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:
@@ -45,6 +45,7 @@ class LinkedWord {
|
||||
return (data >> 24) & 0xff;
|
||||
default:
|
||||
assert(false);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user