ref: ede3a24c2de4d701c60352f42ca7a357f50ded5b
parent: 9975c75f0b730660fd1f1fe5ddd3416071dbf59e
author: adventuresin9 <adventuresin9@gmail.com>
date: Thu Mar 30 08:18:05 EDT 2023
removing tos from fpimips
--- a/sys/src/9/mt7688/dat.h
+++ b/sys/src/9/mt7688/dat.h
@@ -99,6 +99,8 @@
*/
struct FPsave
{
+ /* scratch space for kernel use (e.g., mips fp delay-slot execution) */
+ ulong kscr[4];
/* /dev/proc expects the registers to be first in FPsave */
ulong reg[Nfpregs]; /* the canonical bits */
union {
--
⑨