> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 17:59:20 up 7:35, 2 users, load average: 0.61, 0.38, 0.46
This commit is contained in:
parent
e0e14d7ca4
commit
15f2b5674f
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ void init_mem() {
|
|||
ptr = strtok_r(NULL, ",", &saveptr);
|
||||
if (!ptr) break;
|
||||
}
|
||||
Log("MTRACE ranges: ");
|
||||
puts("MTRACE ranges: ");
|
||||
for (int i = 0; i < range_count; i++) {
|
||||
printf("[0x%x, 0x%x], ", mtrace_start[i], mtrace_end[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue