diff options
author | Mike Pall <mike> | 2010-01-05 22:13:20 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-01-05 22:13:20 +0100 |
commit | b3e3bad0ffffe9e1a23c658b99810c687905005d (patch) | |
tree | d29e6563dc8cab849f74310ee821cc6d1fafaf07 /src/buildvm_x86.h | |
parent | 9df01f96b960c1db9fd123a14a443614aa4ac30c (diff) | |
download | luajit-b3e3bad0ffffe9e1a23c658b99810c687905005d.tar.gz luajit-b3e3bad0ffffe9e1a23c658b99810c687905005d.tar.bz2 luajit-b3e3bad0ffffe9e1a23c658b99810c687905005d.zip |
Fix PE object build for fastcall entry points into interpreter.
Diffstat (limited to '')
-rw-r--r-- | src/buildvm_x86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_x86.h b/src/buildvm_x86.h index 8ae53756..030ac179 100644 --- a/src/buildvm_x86.h +++ b/src/buildvm_x86.h | |||
@@ -912,9 +912,9 @@ static const char *const globnames[] = { | |||
912 | "vm_returnp", | 912 | "vm_returnp", |
913 | "vm_leave_cp", | 913 | "vm_leave_cp", |
914 | "vm_leave_unw", | 914 | "vm_leave_unw", |
915 | "vm_unwind_c", | 915 | "vm_unwind_c@8", |
916 | "vm_unwind_c_eh", | 916 | "vm_unwind_c_eh", |
917 | "vm_unwind_ff", | 917 | "vm_unwind_ff@4", |
918 | "vm_unwind_ff_eh", | 918 | "vm_unwind_ff_eh", |
919 | "cont_dispatch", | 919 | "cont_dispatch", |
920 | "vm_resume", | 920 | "vm_resume", |