Correct typo for Linux: s/esp/%rsp/

llvm-svn: 44904
This commit is contained in:
Scott Michel 2007-12-12 02:38:28 +00:00
parent bf85dd4f61
commit 4a8bc7e105
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ extern "C" {
"movaps (%rsp), %xmm0\n"
// Restore RSP
"movq %rbp, %rsp\n"
CFI(".cfi_def_cfa_register esp\n")
CFI(".cfi_def_cfa_register %rsp\n")
// Restore all int arg registers
"subq $48, %rsp\n"
CFI(".cfi_adjust_cfa_offset 48\n")