From 2c564c9e82e913eb48ff49f4c23ddbe5c66b4b71 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Tue, 18 Apr 2017 20:39:59 -0700 Subject: [PATCH] Fix formatting --- asm/bubble_sort.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asm/bubble_sort.asm b/asm/bubble_sort.asm index 29caf11..711e194 100644 --- a/asm/bubble_sort.asm +++ b/asm/bubble_sort.asm @@ -423,12 +423,12 @@ ltostr: pop rdi - push r9 + push r9 mov rdx, r9 call flip ; Flip the bytes - pop rax + pop rax ret