diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main.s | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ _start: # Sort movq %rax, %rdi # Select address of array movq %r15, %rsi # Select length of array + decq %rsi movq $1, %rdx # Sort by key 1 call qsort # Sort the array |