From 451797936119d8236843c4e9aee4a47dc5cddd56 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Jun 2024 00:53:34 +0300 Subject: continue working through test cases + Remove overflow and more complicated floating point tests for now --- tests/eqr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/eqr.c') diff --git a/tests/eqr.c b/tests/eqr.c index 7f33b19..7b8067e 100644 --- a/tests/eqr.c +++ b/tests/eqr.c @@ -5,7 +5,7 @@ int main() { struct ejit_operand operands[2] = { - EJIT_OPERAND_GPR(0, EJIT_TYPE(long)) + EJIT_OPERAND_GPR(0, EJIT_TYPE(long)), EJIT_OPERAND_GPR(1, EJIT_TYPE(long)) }; -- cgit v1.2.3