diff options
Diffstat (limited to 'llvm/test/MC/COFF/seh.s')
-rw-r--r-- | llvm/test/MC/COFF/seh.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/COFF/seh.s b/llvm/test/MC/COFF/seh.s index 959ac6413d3..11e4c9c362b 100644 --- a/llvm/test/MC/COFF/seh.s +++ b/llvm/test/MC/COFF/seh.s @@ -133,7 +133,7 @@ func: movups %xmm8, (%rsp) .seh_savexmm %xmm8, 0 pushq %rbx - .seh_pushreg 3 + .seh_pushreg %rbx mov %rsp, %rbx .seh_setframe 3, 0 .seh_endprologue |