diff options
Diffstat (limited to 'src')
-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 c44a24ff..85d9d5fe 100644 --- a/src/vm_x86.dasc +++ b/src/vm_x86.dasc | |||
@@ -1369,7 +1369,7 @@ static void build_subroutines(BuildCtx *ctx) | |||
1369 | | mov LFUNC:RB, [RA-8] | 1369 | | mov LFUNC:RB, [RA-8] |
1370 | | add NARGS:RD, 1 | 1370 | | add NARGS:RD, 1 |
1371 | | // This is fragile. L->base must not move, KBASE must always be defined. | 1371 | | // This is fragile. L->base must not move, KBASE must always be defined. |
1372 | |.if x64 | 1372 | |.if X64 |
1373 | | cmp KBASEa, rdx // Continue with CALLT if flag set. | 1373 | | cmp KBASEa, rdx // Continue with CALLT if flag set. |
1374 | |.else | 1374 | |.else |
1375 | | cmp KBASE, BASE // Continue with CALLT if flag set. | 1375 | | cmp KBASE, BASE // Continue with CALLT if flag set. |