feat: reimplement cpu logging
This commit is contained in:
		@@ -190,7 +190,7 @@ pub const Logger = struct {
 | 
				
			|||||||
            cpu.r[12],
 | 
					            cpu.r[12],
 | 
				
			||||||
            cpu.r[13],
 | 
					            cpu.r[13],
 | 
				
			||||||
            cpu.r[14],
 | 
					            cpu.r[14],
 | 
				
			||||||
            cpu.r[15],
 | 
					            cpu.r[15] - 4,
 | 
				
			||||||
            cpu.cpsr.raw,
 | 
					            cpu.cpsr.raw,
 | 
				
			||||||
            opcode,
 | 
					            opcode,
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user