mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Show failing operations as strings.
This commit is contained in:
parent
ec728ad573
commit
ad5047dbd5
@ -685,7 +685,7 @@ void print_transactions(FILE *target, const std::vector<Transaction> &transactio
|
|||||||
} else {
|
} else {
|
||||||
printf("\nAll failing operations:\n");
|
printf("\nAll failing operations:\n");
|
||||||
for(const auto operation: failing_operations) {
|
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