> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.71 #1-NixOS SMP PREEMPT_DYNAMIC Fri Jan 5 14:18:41 UTC 2024 x86_64 GNU/Linux 23:40:46 up 2 days 12:35, 2 users, load average: 0.95, 0.58, 0.44
This commit is contained in:
parent
4404802163
commit
768e8efe9d
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ START_TEST(test_expr_plain_register) {
|
||||||
buf[0] = '$';
|
buf[0] = '$';
|
||||||
for (i = 0; i < 32; i++) {
|
for (i = 0; i < 32; i++) {
|
||||||
ck_assert(strcpy(buf + 1, regs[i]));
|
ck_assert(strcpy(buf + 1, regs[i]));
|
||||||
|
puts(buf);
|
||||||
gpr(i) = i;
|
gpr(i) = i;
|
||||||
}
|
}
|
||||||
yy_scan_string(buf);
|
yy_scan_string(buf);
|
||||||
|
|
Loading…
Reference in a new issue