diff options
Diffstat (limited to 'tests/eqr.c')
-rw-r--r-- | tests/eqr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) }; |