Fix PE object build for fastcall entry points into interpreter.

This commit is contained in:
Mike Pall
2010-01-05 22:13:20 +01:00
parent 9df01f96b9
commit b3e3bad0ff
4 changed files with 20 additions and 6 deletions

View File

@@ -912,9 +912,9 @@ static const char *const globnames[] = {
"vm_returnp",
"vm_leave_cp",
"vm_leave_unw",
"vm_unwind_c",
"vm_unwind_c@8",
"vm_unwind_c_eh",
"vm_unwind_ff",
"vm_unwind_ff@4",
"vm_unwind_ff_eh",
"cont_dispatch",
"vm_resume",