diff options
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r-- | src/buildvm_x86.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index 17dcae2d..6b2dc877 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -400,7 +400,7 @@ | |||
400 | | | 400 | | |
401 | |// Move table write barrier back. Overwrites reg. | 401 | |// Move table write barrier back. Overwrites reg. |
402 | |.macro barrierback, tab, reg | 402 | |.macro barrierback, tab, reg |
403 | | and byte tab->marked, cast_byte(~LJ_GC_BLACK) // black2gray(tab) | 403 | | and byte tab->marked, (uint8_t)~LJ_GC_BLACK // black2gray(tab) |
404 | | mov reg, [DISPATCH+DISPATCH_GL(gc.grayagain)] | 404 | | mov reg, [DISPATCH+DISPATCH_GL(gc.grayagain)] |
405 | | mov [DISPATCH+DISPATCH_GL(gc.grayagain)], tab | 405 | | mov [DISPATCH+DISPATCH_GL(gc.grayagain)], tab |
406 | | mov tab->gclist, reg | 406 | | mov tab->gclist, reg |