Sign in
fuchsia
/
third_party
/
binutils-gdb
/
6fbfdb27bc16883fe49b1bb9fb515729a24f2815
/
.
/
gas
/
testsuite
/
gas
/
cfi
/
cfi-i386-2.s
blob: 811220b5652676eddde0d344d2d84e5cc18295cf [
file
] [
log
] [
blame
]
.text
.globl foo
.type foo
,@
function
.cfi_startproc
foo
:
push %ebp
.cfi_adjust_cfa_offset
4
.cfi_offset %ebp
,
-8
.align
4
push %ebx
.cfi_offset %ebx
,
-12
.cfi_adjust_cfa_offset
4
nop
pop %ebx
pop %ebp
ret
.cfi_endproc