mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 08:42:59 +00:00
Allow out-of-process minidump generation to work on processes of a different CPU architecture
R=mark at http://breakpad.appspot.com/241001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@746 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -839,7 +839,7 @@ bool MinidumpContext::CheckAgainstSystemInfo(u_int32_t context_cpu_type) {
|
||||
|
||||
BPLOG_IF(ERROR, !return_value) << "MinidumpContext CPU " <<
|
||||
HexString(context_cpu_type) <<
|
||||
" wrong for MinidumpSysmtemInfo CPU " <<
|
||||
" wrong for MinidumpSystemInfo CPU " <<
|
||||
HexString(system_info_cpu_type);
|
||||
|
||||
return return_value;
|
||||
|
||||
Reference in New Issue
Block a user