Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8693)

Unified Diff: src/google_breakpad/common/minidump_format.h

Issue 6814002: SH4 support Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: with sh4_unittest Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/google_breakpad/common/minidump_format.h
===================================================================
--- src/google_breakpad/common/minidump_format.h (revision 1435)
+++ src/google_breakpad/common/minidump_format.h (working copy)
@@ -65,7 +65,6 @@
#include "google_breakpad/common/breakpad_types.h"
-
#if defined(_MSC_VER)
/* Disable "zero-sized array in struct/union" warnings when compiling in
* MSVC. DbgHelp.h does this too. */
@@ -95,8 +94,6 @@
* defined here for reference, to avoid assigning values that conflict
* (although some values already conflict). */
#define MD_CONTEXT_IA64 0x00080000 /* CONTEXT_IA64 */
-/* Additional values from winnt.h in the Windows CE 5.0 SDK: */
-#define MD_CONTEXT_SHX 0x000000c0 /* CONTEXT_SH4 (Super-H, includes SH3) */
#define MD_CONTEXT_ALPHA 0x00020000 /* CONTEXT_ALPHA */
/* As of Windows 7 SP1, the number of flag bits has increased to
@@ -118,6 +115,7 @@
#include "minidump_cpu_mips.h"
#include "minidump_cpu_ppc.h"
#include "minidump_cpu_ppc64.h"
+#include "minidump_cpu_sh4.h"
#include "minidump_cpu_sparc.h"
#include "minidump_cpu_x86.h"

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted