aboutsummaryrefslogtreecommitdiff
path: root/src/lib/strcmp.s
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/strcmp.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/strcmp.s b/src/lib/strcmp.s
index c24b5b5..d495a91 100644
--- a/src/lib/strcmp.s
+++ b/src/lib/strcmp.s
@@ -5,7 +5,7 @@
# INPUTS : rdi = address of first string
# rsi = address of second string
# OUTPUTS : rax = 1 if equals else 0
-# CLOBBERS:
+# CLOBBERS: rax, rdi, rsi, r8, r9
# --------------------------------------------
.section .text
.globl strcmp