diff options
Diffstat (limited to 'src/target/quark_x10xx.c')
-rw-r--r-- | src/target/quark_x10xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/quark_x10xx.c b/src/target/quark_x10xx.c index 0daa642..2abc32a 100644 --- a/src/target/quark_x10xx.c +++ b/src/target/quark_x10xx.c @@ -40,7 +40,7 @@ #include "lakemont.h" #include "x86_32_common.h" -static int quark_x10xx_target_create(struct target *t, Jim_Interp *interp) +static int quark_x10xx_target_create(struct target *t) { struct x86_32_common *x86_32 = calloc(1, sizeof(*x86_32)); |