mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 07:31:15 +00:00
Merge pull request #1155 from TomHarte/Templates
Show failing operations in human form.
This commit is contained in:
commit
ae56da2b0d
@ -685,7 +685,7 @@ void print_transactions(FILE *target, const std::vector<Transaction> &transactio
|
||||
} else {
|
||||
printf("\nAll failing operations:\n");
|
||||
for(const auto operation: failing_operations) {
|
||||
printf("%d,\n", int(operation));
|
||||
printf("%s,\n", InstructionSet::M68k::to_string(operation));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user