aboutsummaryrefslogtreecommitdiff
path: root/src/main.s
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.s b/src/main.s
index c0d6e85..318bb02 100644
--- a/src/main.s
+++ b/src/main.s
@@ -17,7 +17,7 @@ _start:
movq %rax, %rdi # Select address of array
movq %r15, %rsi # Select length of array
movq $1, %rdx # Sort by key 1
- call insertion_sort # Sort the array
+ call qsort # Sort the array
# Print array
movq %rax, %rdi # Select the pointer to the array