aboutsummaryrefslogtreecommitdiff
path: root/src/buildvm.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/buildvm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildvm.c b/src/buildvm.c
index 33f87a4b..122e1262 100644
--- a/src/buildvm.c
+++ b/src/buildvm.c
@@ -67,6 +67,9 @@ static int collect_reloc(BuildCtx *ctx, uint8_t *addr, int idx, int type);
67#elif LJ_TARGET_ARM 67#elif LJ_TARGET_ARM
68#include "../dynasm/dasm_arm.h" 68#include "../dynasm/dasm_arm.h"
69#include "buildvm_arm.h" 69#include "buildvm_arm.h"
70#elif LJ_TARGET_PPC
71#include "../dynasm/dasm_ppc.h"
72#include "buildvm_ppc.h"
70#elif LJ_TARGET_PPCSPE 73#elif LJ_TARGET_PPCSPE
71#include "../dynasm/dasm_ppc.h" 74#include "../dynasm/dasm_ppc.h"
72#include "buildvm_ppcspe.h" 75#include "buildvm_ppcspe.h"