From 541874c7d91013cda51edf12334890305b3988d5 Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Tue, 28 Oct 2025 15:09:05 +0100 Subject: refactor(src): made sure all function follow calling conventions --- src/quicksort.s | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quicksort.s') 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 -- cgit v1.2.3-70-g09d2