mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
MIPS: Fix delay slot hint.
This is documentation only. Thanks to snyh.
This commit is contained in:
parent
d4c0c6e17e
commit
51e013934b
@ -341,7 +341,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| xori AT, TMP0, FRAME_C
|
||||
| and TMP2, PC, TMP2
|
||||
| bnez AT, ->vm_returnp
|
||||
| subu TMP2, BASE, TMP2 // TMP2 = previous base.
|
||||
|. subu TMP2, BASE, TMP2 // TMP2 = previous base.
|
||||
|
|
||||
| addiu TMP1, RD, -8
|
||||
| sw TMP2, L->base
|
||||
|
Loading…
Reference in New Issue
Block a user