diff options
Diffstat (limited to 'src/buildvm.c')
-rw-r--r-- | src/buildvm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildvm.c b/src/buildvm.c index 3e5d7b1c..43e6d88b 100644 --- a/src/buildvm.c +++ b/src/buildvm.c | |||
@@ -74,6 +74,9 @@ static int collect_reloc(BuildCtx *ctx, uint8_t *addr, int idx, int type); | |||
74 | #elif LJ_TARGET_PPCSPE | 74 | #elif LJ_TARGET_PPCSPE |
75 | #include "../dynasm/dasm_ppc.h" | 75 | #include "../dynasm/dasm_ppc.h" |
76 | #include "buildvm_ppcspe.h" | 76 | #include "buildvm_ppcspe.h" |
77 | #elif LJ_TARGET_MIPS | ||
78 | #include "../dynasm/dasm_mips.h" | ||
79 | #include "buildvm_mips.h" | ||
77 | #else | 80 | #else |
78 | #error "No support for this architecture (yet)" | 81 | #error "No support for this architecture (yet)" |
79 | #endif | 82 | #endif |