Mach_ARM64_thread_state padded to (0 mod 8)

https://github.com/upx/upx/issues/446  (partial)
	modified:   p_mach.cpp
	modified:   p_mach.h
	modified:   p_mach_enum.h
This commit is contained in:
John Reiser
2021-01-30 16:11:32 -08:00
committed by Markus F.X.J. Oberhumer
parent 00139caf43
commit 2469563b26
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -512,6 +512,7 @@ template <class TMachITypes> __packed_struct(Mach_ARM64_thread_state)
Xword x28, fp, lr, sp;
Xword pc;
Word cpsr;
Word pad; // to (0 mod 8)
__packed_struct_end()
} // namespace N_Mach64