diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/switchstack_gcc_32_win.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/switchstack_gcc_32_win.s b/src/backend/switchstack_gcc_32_win.s index 156e1ca..b2339fa 100644 --- a/src/backend/switchstack_gcc_32_win.s +++ b/src/backend/switchstack_gcc_32_win.s @@ -27,11 +27,11 @@ ## ########################################################################## -.global _switchStackInternal -.section .text -.def _switchStackInternal ; .scl 2 ; .type 32 ; .endef +.global __switchStackInternal +.section .text +.def __switchStackInternal ; .scl 2 ; .type 32 ; .endef -_switchStackInternal: +__switchStackInternal: // save callee-saved registers push %ebp movl %esp, %ebp |