> 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
 10:13:56  up 1 day 10:29,  2 users,  load average: 0.82, 0.66, 0.57
This commit is contained in:
tracer-ysyx 2024-01-13 10:13:56 +08:00 committed by xinyangli
parent 4c3fe9b49b
commit cdd498e2be

View file

@ -144,7 +144,9 @@ struct {
uint32_t reference;
} exprs[] = {
{"-1", 0xFFFFFFFFU},
{"-0x1", 0xFFFFFFFFU},
{"0--1", 0x1},
{"0--0x1", 0x1},
};
START_TEST(test_expr_negative_operand) {
yy_scan_string(exprs[_i].expr);