From 1ac38d3d1036371c0f1bc6dd0f3a7c8a8dbdd7c5 Mon Sep 17 00:00:00 2001
From: NAKAMURA Takumi <geek4civic@gmail.com>
Date: Fri, 4 Nov 2016 23:22:19 +0000
Subject: [PATCH] Append a (uint32_t)pad into arm_thread_state64_t. Implicit
 pad isn't appended on i686.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286027 91177308-0d34-0410-b5e6-96231b3b80d8
---
 include/llvm/Support/MachO.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h
index 80106a8c1e3..2b23c0f8644 100644
--- a/include/llvm/Support/MachO.h
+++ b/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) {
-- 
2.49.0