summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c_example.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_example.S b/src/c_example.S
index 652f688..eada66a 100644
--- a/src/c_example.S
+++ b/src/c_example.S
@@ -71,7 +71,7 @@ cpu:
movq $len_h2cpu, %rdx
movb $0x4, %al /* SYS_write */
syscall
- # callq c_cpu
+ callq c_cpu
write_end:
xorq %rdi, %rdi