summaryrefslogtreecommitdiff
path: root/libphobos/libdruntime/config/powerpc/switchcontext.S
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/libdruntime/config/powerpc/switchcontext.S')
-rw-r--r--libphobos/libdruntime/config/powerpc/switchcontext.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/libphobos/libdruntime/config/powerpc/switchcontext.S b/libphobos/libdruntime/config/powerpc/switchcontext.S
index 0a6cc243942..6689217ca07 100644
--- a/libphobos/libdruntime/config/powerpc/switchcontext.S
+++ b/libphobos/libdruntime/config/powerpc/switchcontext.S
@@ -34,10 +34,10 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
*
*/
.text
- .globl CSYM(_fiber_switchContext)
- .type CSYM(_fiber_switchContext), @function
+ .globl CSYM(fiber_switchContext)
+ .type CSYM(fiber_switchContext), @function
.align 2
-CSYM(_fiber_switchContext):
+CSYM(fiber_switchContext):
.cfi_startproc
/* Save linkage area */
mflr 0
@@ -149,6 +149,6 @@ CSYM(_fiber_switchContext):
/* Return and switch context */
blr
.cfi_endproc
- .size CSYM(_fiber_switchContext),.-CSYM(_fiber_switchContext)
+ .size CSYM(fiber_switchContext),.-CSYM(fiber_switchContext)
#endif /* !defined(__PPC64__) */