diff options
author | Mike Pall <mike> | 2023-11-05 11:37:57 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2023-11-05 11:37:57 +0100 |
commit | 0afa1676b2d2aabf1f3101a2692eb0f1e291076a (patch) | |
tree | dcc1ce27870f57f91731182d6e71d8c4506a2756 /src | |
parent | f2e955dae8411ccdce693806f15b1f221a49015c (diff) | |
parent | d133d67c881f363f0b5584ebd21a965eb3435aa1 (diff) | |
download | luajit-0afa1676b2d2aabf1f3101a2692eb0f1e291076a.tar.gz luajit-0afa1676b2d2aabf1f3101a2692eb0f1e291076a.tar.bz2 luajit-0afa1676b2d2aabf1f3101a2692eb0f1e291076a.zip |
Merge branch 'master' into v2.1
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. |