Replace "if (x) free (x)" with "free (x)", gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cfi / cfi-i386-2.s
1 .text
2 .globl foo
3 .type foo,@function
4 .cfi_startproc
5 foo:
6 push %ebp
7 .cfi_adjust_cfa_offset 4
8 .cfi_offset %ebp, -8
9 .align 4
10 push %ebx
11 .cfi_offset %ebx, -12
12 .cfi_adjust_cfa_offset 4
13 nop
14 pop %ebx
15 pop %ebp
16 ret
17 .cfi_endproc
This page took 0.036783 seconds and 4 git commands to generate.