mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Adds an assert to check handling of compressed data.
This commit is contained in:
@@ -193,6 +193,7 @@ std::unique_ptr<Analyser::Static::Target> Z80::load(const std::string &file_name
|
||||
}
|
||||
}
|
||||
|
||||
assert(location + block_size == file.tell());
|
||||
file.seek(location + block_size, SEEK_SET);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user