Intel 386 Mach host port.

This commit is contained in:
John Gilmore
1991-10-05 05:35:06 +00:00
parent 634df4a653
commit 6617b94e06
5 changed files with 210 additions and 3 deletions

View File

@ -139,9 +139,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define PC_REGNUM 8
#define PS_REGNUM 9
#define REGISTER_U_ADDR(addr, blockend, regno) \
(addr) = i386_register_u_addr ((blockend),(regno));
/* Total amount of space needed to store our copies of the machine's
register state, the array `registers'. */
#define REGISTER_BYTES (NUM_REGS * 4)