SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
XXX no comment
|
||||
|
||||
Index: lib/Target/AArch64/AArch64InstrInfo.cpp
|
||||
--- lib/Target/AArch64/AArch64InstrInfo.cpp.orig
|
||||
+++ lib/Target/AArch64/AArch64InstrInfo.cpp
|
||||
@@ -97,6 +97,9 @@ unsigned AArch64InstrInfo::getInstSizeInBytes(const Ma
|
||||
default:
|
||||
// Anything not explicitly designated otherwise is a normal 4-byte insn.
|
||||
NumBytes = 4;
|
||||
+
|
||||
+ if (Desc.getSize() > 0)
|
||||
+ NumBytes = Desc.getSize();
|
||||
break;
|
||||
case TargetOpcode::STACKMAP:
|
||||
// The upper bound for a stackmap intrinsic is the full length of its shadow
|
Loading…
Add table
Add a link
Reference in a new issue