mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
PPC/e500: Fix GC barrier for TSETM.
This commit is contained in:
parent
1a899ff671
commit
5fedf72ca6
@ -3007,7 +3007,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
| b <1
|
| b <1
|
||||||
|
|
|
|
||||||
|7: // Possible table write barrier for any value. Skip valiswhite check.
|
|7: // Possible table write barrier for any value. Skip valiswhite check.
|
||||||
| barrierback TAB:RB, TMP3, TMP0
|
| barrierback TAB:CARG2, TMP3, TMP0
|
||||||
| b <4
|
| b <4
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -4285,11 +4285,11 @@ static const unsigned int build_actionlist[4995] = {
|
|||||||
0x80110000,
|
0x80110000,
|
||||||
0x00098200,
|
0x00098200,
|
||||||
0x54c607b8,
|
0x54c607b8,
|
||||||
0x91510000,
|
0x90910000,
|
||||||
0x00098200,
|
0x00098200,
|
||||||
0x98ca0000,
|
0x98c40000,
|
||||||
0x00098200,
|
0x00098200,
|
||||||
0x900a0000,
|
0x90040000,
|
||||||
0x00098200,
|
0x00098200,
|
||||||
0x00000000,
|
0x00000000,
|
||||||
0x48000000,
|
0x48000000,
|
||||||
|
Loading…
Reference in New Issue
Block a user