diff options
author | Mike Pall <mike> | 2011-12-15 20:39:30 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-12-15 20:39:30 +0100 |
commit | b330b468b3f37bd0b11765524548dbdbb1dd1a95 (patch) | |
tree | 2e836bc9c7b5c688c5ecd2b883f3894580d85f29 /src/buildvm_asm.c | |
parent | b61be299c9fc00e8d2252fa3f12c6005686783d6 (diff) | |
download | luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.tar.gz luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.tar.bz2 luajit-b330b468b3f37bd0b11765524548dbdbb1dd1a95.zip |
MIPS: Add build rules (non-functional, yet).
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 |