mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Add yet more context.
This commit is contained in:
parent
7030646671
commit
6981bc8a82
@ -163,7 +163,7 @@ struct Chipset {
|
||||
// Loop until another [comparable] bus transaction appears, and test.
|
||||
while(true) {
|
||||
if(!(blitter.get_status() & 0x4000)) {
|
||||
XCTAssert(false, @"Blitter terminated early at index %lu", (unsigned long)index);
|
||||
XCTAssert(false, @"Blitter terminated early at index %lu; waiting for %s", (unsigned long)index, expected_transaction.to_string().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user