| Index: src/google_breakpad/common/minidump_cpu_ppc.h
|
| ===================================================================
|
| --- src/google_breakpad/common/minidump_cpu_ppc.h (revision 1466)
|
| +++ src/google_breakpad/common/minidump_cpu_ppc.h (working copy)
|
| @@ -140,6 +140,11 @@
|
| MDVectorSaveAreaPPC vector_save;
|
| } MDRawContextPPC; /* Based on ppc_thread_state */
|
|
|
| +/* Indices into gpr for registers with a dedicated or conventional purpose. */
|
| +enum MDPPCRegisterNumbers {
|
| + MD_CONTEXT_PPC_REG_SP = 1
|
| +};
|
| +
|
| #if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
|
| #pragma pack(0)
|
| #else
|
|
|