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

Unified Diff: src/client/linux/minidump_writer/minidump_writer.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/client/linux/minidump_writer/minidump_writer.h
===================================================================
--- src/client/linux/minidump_writer/minidump_writer.h (revision 1435)
+++ src/client/linux/minidump_writer/minidump_writer.h (working copy)
@@ -47,7 +47,7 @@
#if defined(__aarch64__)
typedef struct fpsimd_context fpstate_t;
-#elif !defined(__ARM_EABI__) && !defined(__mips__)
+#elif !defined(__ARM_EABI__) && !defined(__mips__) && !defined(__SH4__)
Ted Mielczarek 2015/05/04 11:39:41 Oh hum, this gets included before the #define you
typedef struct _libc_fpstate fpstate_t;
#endif

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