> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 20:54:18 up 3 days 19:55, 2 users, load average: 1.92, 1.22, 0.83
This commit is contained in:
parent
d785479b62
commit
d57c650281
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const char *regs[] = {
|
|||
void isa_reg_display() {
|
||||
int colomn_per_row = 4;
|
||||
for(int i = 0; i < ARRLEN(regs); i++) {
|
||||
printf("%3s: %0#X\t", reg_name(i), gpr(i));
|
||||
printf("%3s: %#032X\t", reg_name(i), gpr(i));
|
||||
if (i % colomn_per_row == 3)
|
||||
putchar('\n');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue