diff options
Diffstat (limited to 'pkg/ring0/defs.go')
-rw-r--r-- | pkg/ring0/defs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/ring0/defs.go b/pkg/ring0/defs.go index e2561e4c2..e8ce608ba 100644 --- a/pkg/ring0/defs.go +++ b/pkg/ring0/defs.go @@ -96,7 +96,7 @@ type SwitchOpts struct { // FloatingPointState is a byte pointer where floating point state is // saved and restored. - FloatingPointState *byte + FloatingPointState arch.FloatingPointData // PageTables are the application page tables. PageTables *pagetables.PageTables |