From e618924df98d4ee5037db86c768a8c8014e49c4c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Jun 2024 16:39:24 +0300 Subject: work through loads and stores --- tests/ltr_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ltr_f.c') diff --git a/tests/ltr_f.c b/tests/ltr_f.c index 5e5a98b..f925c4f 100644 --- a/tests/ltr_f.c +++ b/tests/ltr_f.c @@ -5,7 +5,7 @@ int main() { struct ejit_operand operands[2] = { - EJIT_OPERAND_FPR(0, EJIT_TYPE(double)) + EJIT_OPERAND_FPR(0, EJIT_TYPE(double)), EJIT_OPERAND_FPR(1, EJIT_TYPE(double)) }; -- cgit v1.2.3