Skip to content
Snippets Groups Projects
Commit 15a2bf85 authored by lnx build's avatar lnx build Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lrdp-v2: Fix ARM 32-bit thread_info addr reading error" into opensource-tools.lnx.1.0

parents e06c1ac4 f16b737f
Branches
No related tags found
No related merge requests found
......@@ -1634,7 +1634,7 @@ class RamDump():
return cpu
def thread_saved_field_common_32(self, task, reg_offset):
thread_info = self.read_word(self.get_thread_info_addr(task))
thread_info = self.get_thread_info_addr(task)
cpu_context_offset = self.field_offset('struct thread_info', 'cpu_context')
val = self.read_word(thread_info + cpu_context_offset + reg_offset)
return val
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment