diff options
Diffstat (limited to '')
-rw-r--r-- | src/vm_x86.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm_x86.dasc b/src/vm_x86.dasc index eaa99740..8ed6efd1 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -4169,7 +4169,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
4169 | | | 4169 | | |
4170 | |2: // Upvalue is black. Check if new value is collectable and white. | 4170 | |2: // Upvalue is black. Check if new value is collectable and white. |
4171 | | sub RD, LJ_TISGCV | 4171 | | sub RD, LJ_TISGCV |
4172 | | cmp RD, LJ_TISNUM - LJ_TISGCV // tvisgcv(v) | 4172 | | cmp RD, LJ_TNUMX - LJ_TISGCV // tvisgcv(v) |
4173 | | jbe <1 | 4173 | | jbe <1 |
4174 | | test byte GCOBJ:RA->gch.marked, LJ_GC_WHITES // iswhite(v) | 4174 | | test byte GCOBJ:RA->gch.marked, LJ_GC_WHITES // iswhite(v) |
4175 | | jz <1 | 4175 | | jz <1 |