mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
Add MD_OS_PS3 to breakpad and exception types.
A=Jia Ji <jijia@google.com> Original review: https://breakpad.appspot.com/571002/ Review URL: https://breakpad.appspot.com/574002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1165 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
affac9413b
commit
0bdc714c20
5 changed files with 161 additions and 4 deletions
|
|
@ -80,6 +80,7 @@ Exploitability *Exploitability::ExploitabilityForPlatform(
|
|||
case MD_OS_UNIX:
|
||||
case MD_OS_SOLARIS:
|
||||
case MD_OS_ANDROID:
|
||||
case MD_OS_PS3:
|
||||
default: {
|
||||
platform_exploitability = NULL;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue