aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/utrap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sparc64/include/utrap.h b/sys/sparc64/include/utrap.h
index 6793559c6afa..b738eff05cf8 100644
--- a/sys/sparc64/include/utrap.h
+++ b/sys/sparc64/include/utrap.h
@@ -71,10 +71,11 @@
#define ST_FIX_ALIGNMENT 6
#define ST_INTEGER_OVERFLOW 7
#define ST_SYSCALL 9
+#define ST_FP_RESTORE 10
#define UTH_NOCHANGE (-1)
-#if 0
+#ifndef __ASM__
typedef int utrap_entry_t;
typedef void *utrap_handler_t;