> 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:58:27  up 2 days 12:53,  2 users,  load average: 0.45, 0.34, 0.41
This commit is contained in:
tracer-ysyx 2024-01-15 23:58:27 +08:00 committed by xinyangli
parent c83dbf0854
commit 4203d25098

View file

@ -181,7 +181,7 @@ START_TEST(test_expr_plain_register) {
yylex_destroy();
ck_assert(value == i);
for (j = 1; j < 5; i++) {
for (j = 1; j < 5; j++) {
buf[i] = '\0';
}
}