From 1f415f839ccdcc0f455d8b4c9adacbf0f60fc89f Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 19 Sep 2020 18:00:29 +0200 Subject: fixed missing whitespace --- lib/thread_create.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/thread_create.s b/lib/thread_create.s index 6d6fa96..6ebcd86 100644 --- a/lib/thread_create.s +++ b/lib/thread_create.s @@ -3,7 +3,8 @@ # int/ptr ret : rax .intel_syntax noprefix - .section .text ,"ax",@progbits + .section .text, "ax", @progbits + # extern "C" void thread_create(); .global thread_create @@ -22,7 +23,6 @@ thread_create: .size thread_create, .-thread_create - # extern "C" void yield(void* new_stack, void** old_stack); # ^^^^^^^^^ ^^^^^^^^^ # rdi rsi -- cgit v1.2.3