diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lj_arch.h b/src/lj_arch.h index 2769086c..e775925e 100644 --- a/src/lj_arch.h +++ b/src/lj_arch.h | |||
| @@ -340,6 +340,9 @@ | |||
| 340 | #if defined(__mips_soft_float) | 340 | #if defined(__mips_soft_float) |
| 341 | #error "No support for MIPS CPUs without FPU" | 341 | #error "No support for MIPS CPUs without FPU" |
| 342 | #endif | 342 | #endif |
| 343 | #if defined(_LP64) | ||
| 344 | #error "No support for MIPS64" | ||
| 345 | #endif | ||
| 343 | #endif | 346 | #endif |
| 344 | #endif | 347 | #endif |
| 345 | 348 | ||
