mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-26 08:29:33 +00:00
Adds an assert to check handling of compressed data.
This commit is contained in:
parent
cc41ccc5f1
commit
8d86aa69bc
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user