diff options
Diffstat (limited to 'tests/ltr.c')
-rw-r--r-- | tests/ltr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ltr.c b/tests/ltr.c index 2deb6ae..85f7af0 100644 --- a/tests/ltr.c +++ b/tests/ltr.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)) }; |