diff options
author | JozanLeClerc <> | 2022-05-22 16:31:35 +0000 |
---|---|---|
committer | JozanLeClerc <> | 2022-05-22 16:31:35 +0000 |
commit | 38f7c208d8e0181c3a944f2493f7e33a8a98bd90 (patch) | |
tree | 135be67883a8fd2a0c9bc5b0aa84163dc133ec25 | |
parent | WIP (diff) | |
download | asm-cgi-example-master.tar.gz asm-cgi-example-master.tar.bz2 asm-cgi-example-master.tar.xz asm-cgi-example-master.tar.zst asm-cgi-example-master.zip |
FossilOrigin-Name: b9fe855642ad7afccd0b3650bbd1a26c123e2a29
-rw-r--r-- | src/c_example.S | 2 |
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 |