summaryrefslogtreecommitdiff
path: root/libc/string/avr32/bzero.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/avr32/bzero.S')
-rw-r--r--libc/string/avr32/bzero.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/avr32/bzero.S b/libc/string/avr32/bzero.S
index 7404ca3e4..928148dcb 100644
--- a/libc/string/avr32/bzero.S
+++ b/libc/string/avr32/bzero.S
@@ -17,7 +17,7 @@
bzero:
mov r10, r11
mov r11, 0
- rjmp __memset
+ rjmp HIDDEN_JUMPTARGET(memset)
.size bzero, . - bzero