diff options
Diffstat (limited to 'lib/thread_create.s')
-rw-r--r-- | lib/thread_create.s | 4 |
1 files 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 |