diff options
Diffstat (limited to 'sys/powerpc/include/reg.h')
-rw-r--r-- | sys/powerpc/include/reg.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/powerpc/include/reg.h b/sys/powerpc/include/reg.h index e77625a..0eff51e 100644 --- a/sys/powerpc/include/reg.h +++ b/sys/powerpc/include/reg.h @@ -18,12 +18,8 @@ struct reg { register_t pc; }; -/* Must match pcb.pcb_fpu */ struct fpreg { - union { - double fpr; - uint64_t vsr[2]; - } fpreg[32]; + double fpreg[32]; double fpscr; }; |