mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 00:57:54 +00:00
fix GetInstSizeInBytes for eh_sjlj_setjmp
llvm-svn: 78683
This commit is contained in:
parent
82b3823bb7
commit
c80da41574
@ -440,7 +440,7 @@ unsigned ARMBaseInstrInfo::GetInstSizeInBytes(const MachineInstr *MI) const {
|
||||
// operand #2.
|
||||
return MI->getOperand(2).getImm();
|
||||
case ARM::Int_eh_sjlj_setjmp:
|
||||
return 12;
|
||||
return 24;
|
||||
case ARM::BR_JTr:
|
||||
case ARM::BR_JTm:
|
||||
case ARM::BR_JTadd:
|
||||
|
Loading…
x
Reference in New Issue
Block a user