1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00
emacs/mps/code/prmci3.h
Nick Barnes 88e5e63275 Branch imports for masters.
Copied from Perforce
 Change: 23678
 ServerID: perforce.ravenbrook.com
2001-10-31 14:40:56 +00:00

23 lines
523 B
C

/* impl.h.prmci3: PROTECTION MUTATOR CONTEXT (Intel 386)
*
* $HopeName: $
* Copyright (C) 1999 The Harlequin Group Limited. All rights reserved.
*
* .readership: MPS developers.
*/
#ifndef prmci3_h
#define prmci3_h
#include "mpm.h"
typedef Word *MRef; /* pointer to a machine word */
MRef Prmci3AddressHoldingReg(MutatorFaultContext, unsigned int);
void Prmci3DecodeFaultContext(MRef *, Byte **, MutatorFaultContext);
void Prmci3StepOverIns(MutatorFaultContext, Size);
#endif /* prmci3_h */