summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/string/swab.S
diff options
context:
space:
mode:
Diffstat (limited to 'libc/arch-x86/string/swab.S')
-rw-r--r--libc/arch-x86/string/swab.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/arch-x86/string/swab.S b/libc/arch-x86/string/swab.S
index 3055860..2f6cfb2 100644
--- a/libc/arch-x86/string/swab.S
+++ b/libc/arch-x86/string/swab.S
@@ -65,3 +65,4 @@ L3: lodsw
L4: popl %edi
popl %esi
ret
+END(swab)