diff options
Diffstat (limited to 'src/vm_x86.dasc')
-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 f25dfd30..13f4cdaa 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -4652,7 +4652,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop) | |||
4652 | | | 4652 | | |
4653 | |2: // Upvalue is black. Check if new value is collectable and white. | 4653 | |2: // Upvalue is black. Check if new value is collectable and white. |
4654 | | sub RD, LJ_TISGCV | 4654 | | sub RD, LJ_TISGCV |
4655 | | cmp RD, LJ_TISNUM - LJ_TISGCV // tvisgcv(v) | 4655 | | cmp RD, LJ_TNUMX - LJ_TISGCV // tvisgcv(v) |
4656 | | jbe <1 | 4656 | | jbe <1 |
4657 | | test byte GCOBJ:RA->gch.marked, LJ_GC_WHITES // iswhite(v) | 4657 | | test byte GCOBJ:RA->gch.marked, LJ_GC_WHITES // iswhite(v) |
4658 | | jz <1 | 4658 | | jz <1 |