diff options
Diffstat (limited to 'src/quicksort.s')
| -rwxr-xr-x | src/quicksort.s | 1 |
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 |