summaryrefslogtreecommitdiff
path: root/output/ex30.vapor
diff options
context:
space:
mode:
Diffstat (limited to 'output/ex30.vapor')
-rw-r--r--output/ex30.vapor4
1 files changed, 3 insertions, 1 deletions
diff --git a/output/ex30.vapor b/output/ex30.vapor
index 03c3830..9d03cd3 100644
--- a/output/ex30.vapor
+++ b/output/ex30.vapor
@@ -6,7 +6,9 @@ const functable_A
func A_foo(this )
t.0 = 22
- ret t.0
+ t.1 = t.0
+ t.2 = t.1
+ ret t.2
func AllocArray(size)
bytes = MulS(size 4)