mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Add missing space.
This commit is contained in:
@@ -233,8 +233,8 @@ class ConcreteMachine:
|
|||||||
if(executor_.registers().pc_status(0) & InstructionSet::ARM::ConditionCode::Overflow) {
|
if(executor_.registers().pc_status(0) & InstructionSet::ARM::ConditionCode::Overflow) {
|
||||||
auto info = logger.info();
|
auto info = logger.info();
|
||||||
|
|
||||||
info.append("failed swi %x @ %08x",
|
info.append("failed swi %x @ %08x ",
|
||||||
back.opcode & 0xff'ffff,
|
back.opcode & 0xfd'ffff,
|
||||||
back.address
|
back.address
|
||||||
);
|
);
|
||||||
for(uint32_t c = 0; c < 10; c++) {
|
for(uint32_t c = 0; c < 10; c++) {
|
||||||
|
Reference in New Issue
Block a user