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 15