aboutsummaryrefslogtreecommitdiff
path: root/src/quicksort.s
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/quicksort.s1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quicksort.s b/src/quicksort.s
index 78b9eea..54720bf 100755
--- a/src/quicksort.s
+++ b/src/quicksort.s
@@ -5,7 +5,6 @@
# rsi = number of coordinates n
# rdx = index of key to sort by
# OUTPUTS : rax = address for sorted A
-# NOTES : preserves rdi, rdx
# --------------------------------------------
.section .text
.globl quicksort