summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.go b/src/main.go
index 183cb84..0f74d18 100644
--- a/src/main.go
+++ b/src/main.go
@@ -180,8 +180,6 @@ func compile(raw[]string) {
print(" mov rdi, 1")
print(" mov rax, 1")
print(" syscall")
- print(" push rsi")
- print(" push rdx")
default:
panic("invalid word")