blob: 0a8d5bc983eb0813096e95cb74f9c80ac607dbf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
.text
.file "local_align.bc"
.type foo,@function
foo:
.param i32
.endfunc
.Lfunc_end0:
.size foo, .Lfunc_end0-foo
.hidden main
.globl main
.type main,@function
main:
.result i32
i32.const $push0=, buf
call foo@FUNCTION, $pop0
i32.const $push1=, 0
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.type temp,@object
.lcomm temp,1,1
.type buf,@object
.lcomm buf,156,4
|