diff options
Diffstat (limited to 'libc/string/avr32/bcopy.S')
-rw-r--r-- | libc/string/avr32/bcopy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/avr32/bcopy.S b/libc/string/avr32/bcopy.S index 193919084..e1d173165 100644 --- a/libc/string/avr32/bcopy.S +++ b/libc/string/avr32/bcopy.S @@ -19,7 +19,7 @@ bcopy: eor r11, r12 eor r12, r11 eor r11, r12 - rjmp __GI_memmove + rjmp HIDDEN_JUMPTARGET(memmove) .size bcopy, . - bcopy |