aboutsummaryrefslogtreecommitdiff
path: root/tests/ldi_u64.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ldi_u64.c')
-rw-r--r--tests/ldi_u64.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ldi_u64.c b/tests/ldi_u64.c
index 633f5dc..8dfb110 100644
--- a/tests/ldi_u64.c
+++ b/tests/ldi_u64.c
@@ -2,8 +2,10 @@
#include <assert.h>
#include "do_jit.h"
-int main()
+int main(int argc, char *argv[])
{
+ (void)argv;
+ bool do_jit = argc > 1;
static uint64_t data[] = { 0x12345678ffffffff, 0x00000000, 0x42424242 };
struct ejit_func *f = ejit_create_func(EJIT_TYPE(unsigned long), 0,