diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/MC/ELF/cfi-offset.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/cfi-offset.s b/llvm/test/MC/ELF/cfi-offset.s index 963a76c1fca..f54dec0ec8a 100644 --- a/llvm/test/MC/ELF/cfi-offset.s +++ b/llvm/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 |

