early-access version 2376

This commit is contained in:
pineappleEA
2022-01-06 02:37:24 +01:00
parent 06dd8e52d9
commit 9eecae303d
24 changed files with 8016 additions and 7156 deletions

View File

@@ -381,7 +381,7 @@ void FileEnvironment::Deserialize(std::ifstream& file) {
}
}
void FileEnvironment::Dump(u64 [[maybe_unused]] hash) {
void FileEnvironment::Dump(u64 hash) {
DumpImpl(hash, code.get(), read_highest, read_lowest, initial_offset, stage);
}