aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-09-19 18:00:29 +0200
committerjohannst <johannes.stoelp@gmail.com>2020-09-19 19:39:01 +0200
commit1f415f839ccdcc0f455d8b4c9adacbf0f60fc89f (patch)
treefb5835c4814686ef3cdbe32817bca60248c0bc21
parentbc9216f5d6981ac571408ed73cfc72982a0e379f (diff)
downloadmatcha-threads-1f415f839ccdcc0f455d8b4c9adacbf0f60fc89f.tar.gz
matcha-threads-1f415f839ccdcc0f455d8b4c9adacbf0f60fc89f.zip
fixed missing whitespace
-rw-r--r--lib/thread_create.s4
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