Index: src/google_breakpad/common/minidump_cpu_sparc.h |
=================================================================== |
--- src/google_breakpad/common/minidump_cpu_sparc.h (revision 1466) |
+++ src/google_breakpad/common/minidump_cpu_sparc.h (working copy) |
@@ -138,6 +138,11 @@ |
} MDRawContextSPARC; /* CONTEXT_SPARC */ |
+/* Indices into g_r for registers with a dedicated or conventional purpose. */ |
+enum MDSPARCRegisterNumbers { |
+ MD_CONTEXT_SPARC_REG_SP = 14 |
+}; |
+ |
/* For (MDRawContextSPARC).context_flags. These values indicate the type of |
* context stored in the structure. MD_CONTEXT_SPARC is Breakpad-defined. Its |
* value was chosen to avoid likely conflicts with MD_CONTEXT_* for other |