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 b11dbbea..c2011070 100644 --- a/src/buildvm.c +++ b/src/buildvm.c | |||
@@ -73,6 +73,9 @@ static int collect_reloc(BuildCtx *ctx, uint8_t *addr, int idx, int type); | |||
73 | #else | 73 | #else |
74 | #include "buildvm_x64.h" | 74 | #include "buildvm_x64.h" |
75 | #endif | 75 | #endif |
76 | #elif LJ_TARGET_PPCSPE | ||
77 | #include "../dynasm/dasm_ppc.h" | ||
78 | #include "buildvm_ppcspe.h" | ||
76 | #else | 79 | #else |
77 | #error "No support for this architecture (yet)" | 80 | #error "No support for this architecture (yet)" |
78 | #endif | 81 | #endif |