diff options
author | Mike Pall <mike> | 2009-12-22 06:23:22 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2009-12-22 06:23:22 +0100 |
commit | a5faa29aa951d4fbd874b24350c315efc1cf3133 (patch) | |
tree | 15e615491d94af9638db2d96e7860549000f3a0d /src/buildvm_x86.dasc | |
parent | c4e9dc00129057ddee23943f5e1ddd1eefcb8610 (diff) | |
download | luajit-a5faa29aa951d4fbd874b24350c315efc1cf3133.tar.gz luajit-a5faa29aa951d4fbd874b24350c315efc1cf3133.tar.bz2 luajit-a5faa29aa951d4fbd874b24350c315efc1cf3133.zip |
Fix last commit.
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 65e9be1d..b858a733 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -2523,7 +2523,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
2523 | | | 2523 | | |
2524 | |3: // Returned NRESULTS (already in RC/RD). | 2524 | |3: // Returned NRESULTS (already in RC/RD). |
2525 | | mov RA, L:RB->base | 2525 | | mov RA, L:RB->base |
2526 | | mov BASE, ARG3 // Restore old BASE. | 2526 | | mov BASE, TMP1 // Restore old BASE. |
2527 | | add BASE, RA | 2527 | | add BASE, RA |
2528 | | jmp ->fff_res | 2528 | | jmp ->fff_res |
2529 | | | 2529 | | |