aboutsummaryrefslogtreecommitdiff
path: root/tests/ldxr_i64.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldxr_i64.c')
-rw-r--r--tests/ldxr_i64.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ldxr_i64.c b/tests/ldxr_i64.c
index 96333d9..71b56a4 100644
--- a/tests/ldxr_i64.c
+++ b/tests/ldxr_i64.c
@@ -4,8 +4,10 @@
static uint64_t data[] = { 0xffffffffffffffff, 0, 0x4242424212345678 };
-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))