summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-11-04 23:22:19 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-11-04 23:22:19 +0000
commit89b6be657e6b79fd5989bd9867f6a17494ca8442 (patch)
tree3ed93e9ada27fd0ea6b1817e794d5487ca5b7d5f /llvm/include
parent9464082008be0d10671c10bf6562536d774d8d53 (diff)
downloadbcm5719-llvm-89b6be657e6b79fd5989bd9867f6a17494ca8442.tar.gz
bcm5719-llvm-89b6be657e6b79fd5989bd9867f6a17494ca8442.zip
Append a (uint32_t)pad into arm_thread_state64_t. Implicit pad isn't appended on i686.
llvm-svn: 286027
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Support/MachO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h
index 80106a8c1e3..2b23c0f8644 100644
--- a/llvm/include/llvm/Support/MachO.h
+++ b/llvm/include/llvm/Support/MachO.h
@@ -1749,6 +1749,7 @@ namespace llvm {
uint64_t sp;
uint64_t pc;
uint32_t cpsr;
+ uint32_t pad;
};
inline void swapStruct(arm_thread_state64_t &x) {
OpenPOWER on IntegriCloud