[PPC] Fix wrong comment

pcb_context[20] holds r12-r31 and not r14-r31, as the comment said.
This commit is contained in:
Leandro Lupori 2020-01-17 14:43:58 +00:00
parent d3cc535474
commit e07530d2df
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356831

View File

@ -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 */