aboutsummaryrefslogtreecommitdiff
path: root/tests/ltr_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ltr_f.c')
-rw-r--r--tests/ltr_f.c2
1 files changed, 1 insertions, 1 deletions
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))
};