mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
[PPC] Fix wrong comment
pcb_context[20] holds r12-r31 and not r14-r31, as the comment said.
This commit is contained in:
parent
d3cc535474
commit
e07530d2df
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
#ifndef _STANDALONE
|
||||
struct pcb {
|
||||
register_t pcb_context[20]; /* non-volatile r14-r31 */
|
||||
register_t pcb_context[20]; /* non-volatile r12-r31 */
|
||||
register_t pcb_cr; /* Condition register */
|
||||
register_t pcb_sp; /* stack pointer */
|
||||
register_t pcb_toc; /* toc pointer */
|
||||
|
|
|
|||
Loading…
Reference in a new issue