From 168acf6a2ff4f402c7f093ad89d71aaeab714352 Mon Sep 17 00:00:00 2001 From: adventuresin9 Date: Thu, 30 Mar 2023 12:18:05 +0000 Subject: removing tos from fpimips --- sys/src/9/mt7688/dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/src') diff --git a/sys/src/9/mt7688/dat.h b/sys/src/9/mt7688/dat.h index 23982ae24..022e14af4 100644 --- a/sys/src/9/mt7688/dat.h +++ b/sys/src/9/mt7688/dat.h @@ -99,6 +99,8 @@ enum { */ 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 { -- cgit v1.2.3