summaryrefslogtreecommitdiff
path: root/tnslc/compile/compile.tnsl
diff options
context:
space:
mode:
Diffstat (limited to 'tnslc/compile/compile.tnsl')
-rw-r--r--tnslc/compile/compile.tnsl5
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 {