1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 06:11:42 -07:00

Change.dylan.blackbird.160044

Copied from Perforce
 Change: 19431
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gavin Matthews 1998-04-17 18:04:46 +01:00
parent f5ab980eca
commit 4be39b94e0

View file

@ -1,6 +1,6 @@
/* impl.c.protan: ANSI MEMORY PROTECTION
*
* $HopeName: MMsrc!protan.c(trunk.6) $
* $HopeName: MMsrc!protan.c(trunk.7) $
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
*
* READERSHIP
@ -15,7 +15,7 @@
#include "mpm.h"
SRCID(protan, "$HopeName: MMsrc!protan.c(trunk.6) $");
SRCID(protan, "$HopeName: MMsrc!protan.c(trunk.7) $");
void ProtSetup(void)
{
@ -48,7 +48,7 @@ void ProtSync(Space space)
base = SegBase(seg);
if(SegPM(seg) != AccessSetEMPTY) { /* design.mps.protan.fun.sync.seg */
ShieldEnter(space);
TraceAccess(space, seg, SegPM(seg));
TraceSegAccess(space, seg, SegPM(seg));
ShieldLeave(space);
synced = FALSE;
}