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

Unified Diff: src/common/linux/elf_core_dump_unittest.cc

Issue 439002: Fix Breakpad unit tests build for Android. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 7 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
« no previous file with comments | « src/common/android/testing/pthread_fixes.h ('k') | src/common/linux/tests/crash_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/common/linux/elf_core_dump_unittest.cc
===================================================================
--- src/common/linux/elf_core_dump_unittest.cc (revision 1019)
+++ src/common/linux/elf_core_dump_unittest.cc (working copy)
@@ -182,7 +182,9 @@
size_t num_nt_prpsinfo = 0;
size_t num_nt_prstatus = 0;
+#if defined(__i386__) || defined(__x86_64__)
size_t num_nt_fpregset = 0;
+#endif
#if defined(__i386__)
size_t num_nt_prxfpreg = 0;
#endif
« no previous file with comments | « src/common/android/testing/pthread_fixes.h ('k') | src/common/linux/tests/crash_generator.cc » ('j') | no next file with comments »

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