the siginfo trap codes are mi.

This commit is contained in:
christos 2005-06-25 08:29:15 +00:00
parent 7a55962329
commit 4fdef695f7
2 changed files with 2 additions and 16 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_machdep.h,v 1.1 2003/12/04 01:17:19 christos Exp $ */
/* $NetBSD: mach_machdep.h,v 1.2 2005/06/25 08:29:15 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -39,11 +39,4 @@
#ifndef _MACH_MACHDEP_H_
#define _MACH_MACHDEP_H_
/* Exception codes */
#define MACH_BUS_ADRALN 1
#define MACH_SEGV_MAPERR 2
#define MACH_TRAP_BRKPT 1
#define MACH_ILL_ILLOPC 2
#define MACH_ILL_PRVOPC 3
#endif /* _MACH_MACHDEP_H_ */

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_machdep.h,v 1.2 2003/12/03 18:25:44 manu Exp $ */
/* $NetBSD: mach_machdep.h,v 1.3 2005/06/25 08:29:15 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -39,13 +39,6 @@
#ifndef _MACH_MACHDEP_H_
#define _MACH_MACHDEP_H_
/* Exception codes */
#define MACH_BUS_ADRALN 1
#define MACH_SEGV_MAPERR 2
#define MACH_TRAP_BRKPT 1
#define MACH_ILL_ILLOPC 2
#define MACH_ILL_PRVOPC 3
/* process and thread state */
#define MACH_PPC_THREAD_STATE 1
#define MACH_PPC_FLOAT_STATE 2