Commit aa88054b authored by Baruch Siach's avatar Baruch Siach Committed by Kees Cook
parent 0b3d4127
...@@ -1773,7 +1773,7 @@ static int fill_thread_core_info(struct elf_thread_core_info *t, ...@@ -1773,7 +1773,7 @@ static int fill_thread_core_info(struct elf_thread_core_info *t,
/* /*
* NT_PRSTATUS is the one special case, because the regset data * NT_PRSTATUS is the one special case, because the regset data
* goes into the pr_reg field inside the note contents, rather * goes into the pr_reg field inside the note contents, rather
* than being the whole note contents. We fill the reset in here. * than being the whole note contents. We fill the regset in here.
* We assume that regset 0 is NT_PRSTATUS. * We assume that regset 0 is NT_PRSTATUS.
*/ */
fill_prstatus(&t->prstatus.common, t->task, signr); fill_prstatus(&t->prstatus.common, t->task, signr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment