2010-09-13 Kai Tietz <kai.tietz@onevision.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / peseh-x64.s
CommitLineData
47c8d350
KT
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
7foo:
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.024623 seconds and 4 git commands to generate.