mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
23 lines
484 B
C
23 lines
484 B
C
/* impl.h.prmci3: PROTECTION MUTATOR CONTEXT (Intel 386)
|
|
*
|
|
* $Id$
|
|
* Copyright (c) 2001 Ravenbrook Limited.
|
|
*
|
|
* .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 */
|