| Index: third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
|
| diff --git a/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype b/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
|
| index 177e6f72fbbb22608165b7f33b501cd2dda50ec0..43a9a7f13af5b8343256d89a117368b5c88bc755 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
|
| +++ b/third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype
|
| @@ -36,7 +36,7 @@ PROCESS_TYPE_STRUCT_BEGIN(mach_header) // 64-bit: mach_header_64
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, ncmds)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, sizeofcmds)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, flags)
|
| - PROCESS_TYPE_STRUCT_MEMBER(Reserved64Only, reserved)
|
| + PROCESS_TYPE_STRUCT_MEMBER(Reserved32_64Only, reserved)
|
| PROCESS_TYPE_STRUCT_END(mach_header)
|
|
|
| PROCESS_TYPE_STRUCT_BEGIN(load_command)
|
| @@ -136,5 +136,5 @@ PROCESS_TYPE_STRUCT_BEGIN(section) // 64-bit: section_64
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, flags)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, reserved1)
|
| PROCESS_TYPE_STRUCT_MEMBER(uint32_t, reserved2)
|
| - PROCESS_TYPE_STRUCT_MEMBER(Reserved64Only, reserved3)
|
| + PROCESS_TYPE_STRUCT_MEMBER(Reserved32_64Only, reserved3)
|
| PROCESS_TYPE_STRUCT_END(section)
|
|
|