diff options
Diffstat (limited to 'src/lj_target.h')
-rw-r--r-- | src/lj_target.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lj_target.h b/src/lj_target.h index bfa1c9f0..410ad0a0 100644 --- a/src/lj_target.h +++ b/src/lj_target.h | |||
@@ -125,6 +125,8 @@ typedef uint32_t RegCost; | |||
125 | 125 | ||
126 | #if LJ_TARGET_X86ORX64 | 126 | #if LJ_TARGET_X86ORX64 |
127 | #include "lj_target_x86.h" | 127 | #include "lj_target_x86.h" |
128 | #elif LJ_TARGET_ARM | ||
129 | #include "lj_target_arm.h" | ||
128 | #else | 130 | #else |
129 | #error "Missing include for target CPU" | 131 | #error "Missing include for target CPU" |
130 | #endif | 132 | #endif |