mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 00:35:04 +01:00
Fix a typo in r817
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@820 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
e919fdd63b
commit
1b9920afa7
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ bool MinidumpGenerator::WriteStackFromStartAddress(
|
|||
bool MinidumpGenerator::WriteStack(breakpad_thread_state_data_t state,
|
||||
MDMemoryDescriptor *stack_location) {
|
||||
switch (cpu_type_) {
|
||||
#ifdef HAS_PPC_SUUPORT
|
||||
#ifdef HAS_PPC_SUPPORT
|
||||
case CPU_TYPE_POWERPC:
|
||||
return WriteStackPPC(state, stack_location);
|
||||
case CPU_TYPE_POWERPC64:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue