epiphany/disassembler: Improve alignment of output.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / peseh-x64.s
1 .file "t1.c"
2 .text
3 .p2align 4,,15
4 .globl foo
5 .def foo; .scl 2; .type 32; .endef
6 .seh_proc foo
7 foo:
8 subq $8, %rsp
9 .seh_stackalloc 8
10 .seh_endprologue
11 movl $1, %eax
12 addq $8, %rsp
13 ret
14 .seh_endproc
This page took 0.02953 seconds and 4 git commands to generate.