diff options
Diffstat (limited to 'test/MC')
-rw-r--r-- | test/MC/ELF/cfi-offset.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/cfi-offset.s b/test/MC/ELF/cfi-offset.s index 963a76c..f54dec0 100644 --- a/test/MC/ELF/cfi-offset.s +++ b/test/MC/ELF/cfi-offset.s @@ -3,7 +3,7 @@ f: .cfi_startproc nop - .cfi_offset %ebp, -16 + .cfi_offset %rbp, -16 nop .cfi_endproc |