mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 08:42:59 +00:00
issue 223 - Fixes for SOlaris handler during integration with Firefox. patch by Alfred Peng, r=mento,me
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@250 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -2885,6 +2885,10 @@ string MinidumpSystemInfo::GetCPU() {
|
||||
cpu = "ppc";
|
||||
break;
|
||||
|
||||
case MD_CPU_ARCHITECTURE_SPARC:
|
||||
cpu = "sparc";
|
||||
break;
|
||||
|
||||
default:
|
||||
BPLOG(ERROR) << "MinidumpSystemInfo unknown CPU for architecture " <<
|
||||
HexString(system_info_.processor_architecture);
|
||||
|
||||
Reference in New Issue
Block a user