diff --git a/stratosphere/creport/source/creport_crash_report.cpp b/stratosphere/creport/source/creport_crash_report.cpp index 41cbf65..830f9ef 100644 --- a/stratosphere/creport/source/creport_crash_report.cpp +++ b/stratosphere/creport/source/creport_crash_report.cpp @@ -12,7 +12,7 @@ ProcessExceptions(); if (kernelAbove500()) { /* TODO: Process Code Regions. */ - thread_list.ReadThreadsFromProcess(this->debug_handle, Is64Bit()); + this->thread_list.ReadThreadsFromProcess(this->debug_handle, Is64Bit()); } if (IsApplication()) {