mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 09:25:43 +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
@ -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…
Reference in New Issue
Block a user