diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 16:06:52 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 16:06:52 -0400 |
commit | 34bfedcd1e5e67b630fb7648cf7709d4a400abc5 (patch) | |
tree | 39e67665f900200e85c7ff8f50353525e23b95de /tnslc/compile/compile.tnsl | |
parent | 5379b962bc177f26f550a23fb9685ca49a048076 (diff) |
Minor fixes
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r-- | tnslc/compile/compile.tnsl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index eb43594..80656e4 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -16,15 +16,14 @@ /; module compile # :include "compile/arch/arch.tnsl" - :include "compile/isa_x86.tnsl" # :include "compile/comp.tnsl" ;/ ;{}{}charp COMMON_ASM = { "\tret", - "push %", - "pop %" + "\tpush %", + "\tpop %" } ;struct VType { |