diff options
Diffstat (limited to 'src/processor/stackwalker_x86.h')
-rw-r--r-- | src/processor/stackwalker_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h index 8f175004..34be57eb 100644 --- a/src/processor/stackwalker_x86.h +++ b/src/processor/stackwalker_x86.h @@ -46,7 +46,7 @@ class StackwalkerX86 : public Stackwalker { MemoryRegion* memory, MinidumpModuleList* modules, SymbolSupplier* supplier, - const CrashReport* report); + void* supplier_data); private: // Implementation of Stackwalker, using x86 context (%ebp, %eip) and |