diff options
Diffstat (limited to 'src/buildvm_asm.c')
-rw-r--r-- | src/buildvm_asm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildvm_asm.c b/src/buildvm_asm.c index 01330456..236dd176 100644 --- a/src/buildvm_asm.c +++ b/src/buildvm_asm.c | |||
@@ -119,6 +119,8 @@ static void emit_asm_wordreloc(BuildCtx *ctx, uint8_t *p, int n, | |||
119 | ins, sym); | 119 | ins, sym); |
120 | exit(1); | 120 | exit(1); |
121 | } | 121 | } |
122 | #elif LJ_TARGET_MIPS | ||
123 | UNUSED(sym); /* NYI */ | ||
122 | #else | 124 | #else |
123 | #error "missing relocation support for this architecture" | 125 | #error "missing relocation support for this architecture" |
124 | #endif | 126 | #endif |