Fix text alignment. mcsr was indented one too many spaces.

This commit is contained in:
Justin Hibbits 2015-08-28 05:20:31 +00:00
parent e986477fa0
commit 992bbfac61

View File

@ -429,7 +429,7 @@ printtrap(u_int vector, struct trapframe *frame, int isfatal, int user)
printf(" msssr0 = 0x%lx\n",
(u_long)mfspr(SPR_MSSSR0));
#elif defined(BOOKE)
printf(" mcsr = 0x%lx\n", (u_long)mfspr(SPR_MCSR));
printf(" mcsr = 0x%lx\n", (u_long)mfspr(SPR_MCSR));
#endif
break;
}