aboutsummaryrefslogtreecommitdiff
path: root/tests/ltr_f.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-06-30 16:39:24 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-06-30 16:40:12 +0300
commite618924df98d4ee5037db86c768a8c8014e49c4c (patch)
treeabf7e2457f49c52d3ea6c6c5fb79577e5a4ad011 /tests/ltr_f.c
parent451797936119d8236843c4e9aee4a47dc5cddd56 (diff)
downloadejit-e618924df98d4ee5037db86c768a8c8014e49c4c.tar.gz
ejit-e618924df98d4ee5037db86c768a8c8014e49c4c.zip
work through loads and stores
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))
};