diff options
author | Mike Pall <mike> | 2020-01-20 22:15:45 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2020-01-20 22:15:45 +0100 |
commit | 94d0b53004a5fa368defa4307a17edcdb87fe727 (patch) | |
tree | 2468fb7d60f39ccadcd696d333c83ef49f3dfc02 /src/lj_asm.c | |
parent | dfa692b746c9de067857d5fc992a41730be3d99a (diff) | |
download | luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.tar.gz luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.tar.bz2 luajit-94d0b53004a5fa368defa4307a17edcdb87fe727.zip |
MIPS: Add MIPS64 R6 port.
Contributed by Hua Zhang, YunQiang Su from Wave Computing,
and Radovan Birdic from RT-RK.
Sponsored by Wave Computing.
Diffstat (limited to 'src/lj_asm.c')
-rw-r--r-- | src/lj_asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_asm.c b/src/lj_asm.c index c4c5dfdd..4f171edd 100644 --- a/src/lj_asm.c +++ b/src/lj_asm.c | |||
@@ -2112,8 +2112,8 @@ static void asm_setup_regsp(ASMState *as) | |||
2112 | ir->prev = REGSP_HINT(RID_FPRET); | 2112 | ir->prev = REGSP_HINT(RID_FPRET); |
2113 | continue; | 2113 | continue; |
2114 | } | 2114 | } |
2115 | /* fallthrough */ | ||
2116 | #endif | 2115 | #endif |
2116 | /* fallthrough */ | ||
2117 | case IR_CALLN: case IR_CALLXS: | 2117 | case IR_CALLN: case IR_CALLXS: |
2118 | #if LJ_SOFTFP | 2118 | #if LJ_SOFTFP |
2119 | case IR_MIN: case IR_MAX: | 2119 | case IR_MIN: case IR_MAX: |