diff options
Diffstat (limited to 'tests/ldxr_f.c')
-rw-r--r-- | tests/ldxr_f.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ldxr_f.c b/tests/ldxr_f.c index 202a4a1..fa4aa69 100644 --- a/tests/ldxr_f.c +++ b/tests/ldxr_f.c @@ -4,8 +4,10 @@ static float data[] = { -1.0, 0.0, 0.5 }; -int main() +int main(int argc, char *argv[]) { + (void)argv; + bool do_jit = argc > 1; struct ejit_operand operands[2] = { EJIT_OPERAND_GPR(0, EJIT_POINTER), EJIT_OPERAND_GPR(1, EJIT_TYPE(unsigned)) |