diff options
Diffstat (limited to 'src/arch/ppc/lib/floats.S')
-rw-r--r-- | src/arch/ppc/lib/floats.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/ppc/lib/floats.S b/src/arch/ppc/lib/floats.S index 393ebe338c..8b8eb495f0 100644 --- a/src/arch/ppc/lib/floats.S +++ b/src/arch/ppc/lib/floats.S @@ -3,9 +3,9 @@ #include <ppc_asm.tmpl> - .globl _init_float_registers + .globl ppc_init_float_registers -_init_float_registers: +ppc_init_float_registers: lfd fr0, 0(r3) lfd fr1, 0(r3) lfd fr2, 0(r3) |