Rename the generated symbol

This commit is contained in:
Landon Fuller
2010-09-19 14:22:26 -07:00
parent da2773e02a
commit b00ff3e98f

View File

@@ -26,8 +26,8 @@ header () {
# Write out the trampoline table, aligned to the page boundary
echo ".text"
echo ".align 12"
echo ".globl _ffi_closure_trampoline_table"
echo "_ffi_closure_trampoline_table:"
echo ".globl _ffi_closure_trampoline_table_page"
echo "_ffi_closure_trampoline_table_page:"
}