1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 03:29:45 +00:00

Add missing space.

This commit is contained in:
Thomas Harte 2024-03-29 21:52:57 -04:00
parent 6e64a79b52
commit 722743659b

View File

@ -233,8 +233,8 @@ class ConcreteMachine:
if(executor_.registers().pc_status(0) & InstructionSet::ARM::ConditionCode::Overflow) {
auto info = logger.info();
info.append("failed swi %x @ %08x",
back.opcode & 0xff'ffff,
info.append("failed swi %x @ %08x ",
back.opcode & 0xfd'ffff,
back.address
);
for(uint32_t c = 0; c < 10; c++) {