mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-26 08:41:47 -07:00
23 lines
523 B
C
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 */
|