forked from OSchip/llvm-project
parent
af01508cc3
commit
757908e545
|
@ -730,7 +730,7 @@ void X86FrameLowering::emitPrologue(MachineFunction &MF,
|
||||||
if (!IsFunclet)
|
if (!IsFunclet)
|
||||||
MFI->setOffsetAdjustment(-NumBytes);
|
MFI->setOffsetAdjustment(-NumBytes);
|
||||||
else
|
else
|
||||||
assert(MFI->getOffsetAdjustment() == -NumBytes &&
|
assert(MFI->getOffsetAdjustment() == -(int)NumBytes &&
|
||||||
"should calculate same local variable offset for funclets");
|
"should calculate same local variable offset for funclets");
|
||||||
|
|
||||||
// Save EBP/RBP into the appropriate stack slot.
|
// Save EBP/RBP into the appropriate stack slot.
|
||||||
|
|
Loading…
Reference in New Issue