summaryrefslogtreecommitdiff
path: root/src/buildvm_x86.dasc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r--src/buildvm_x86.dasc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc
index 942889ed..69195cf6 100644
--- a/src/buildvm_x86.dasc
+++ b/src/buildvm_x86.dasc
@@ -1302,7 +1302,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse)
1302 | test TAB:RB, TAB:RB 1302 | test TAB:RB, TAB:RB
1303 | mov dword [BASE-4], LJ_TNIL 1303 | mov dword [BASE-4], LJ_TNIL
1304 | jz ->fff_res1 1304 | jz ->fff_res1
1305 | mov STR:RC, [DISPATCH+DISPATCH_GL(mmname)+4*MM_metatable] 1305 | mov STR:RC, [DISPATCH+DISPATCH_GL(gcroot)+4*(GCROOT_MMNAME+MM_metatable)]
1306 | mov dword [BASE-4], LJ_TTAB // Store metatable as default result. 1306 | mov dword [BASE-4], LJ_TTAB // Store metatable as default result.
1307 | mov [BASE-8], TAB:RB 1307 | mov [BASE-8], TAB:RB
1308 | mov RA, TAB:RB->hmask 1308 | mov RA, TAB:RB->hmask