aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/protan.c
diff options
context:
space:
mode:
authorRichard Brooksby2002-06-07 16:47:14 +0100
committerRichard Brooksby2002-06-07 16:47:14 +0100
commit97075f705350901f5ff46387f658ab459a4cd73f (patch)
tree4349ad5e7200f072a800f48749d57f3625757e7e /mps/code/protan.c
parent8b990e4858b6f6d735de07a241b1785702bb16e7 (diff)
downloademacs-97075f705350901f5ff46387f658ab459a4cd73f.tar.gz
emacs-97075f705350901f5ff46387f658ab459a4cd73f.zip
Updating cross references to design documents to html style, to go with master/design document tree.
Copied from Perforce Change: 29897 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/protan.c')
-rw-r--r--mps/code/protan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mps/code/protan.c b/mps/code/protan.c
index e6d113a4849..ff02074fe3f 100644
--- a/mps/code/protan.c
+++ b/mps/code/protan.c
@@ -6,7 +6,7 @@
6 * 6 *
7 * DESIGN 7 * DESIGN
8 * 8 *
9 * design.mps.protan 9 * <design/protan/>
10 */ 10 */
11 11
12#include "mpm.h" 12#include "mpm.h"
@@ -36,7 +36,7 @@ void ProtSet(Addr base, Addr limit, AccessSet pm)
36 36
37/* ProtSync -- synchronize protection settings with hardware 37/* ProtSync -- synchronize protection settings with hardware
38 * 38 *
39 * See design.mps.protan.fun.sync. 39 * See <design/protan/#fun.sync>.
40 */ 40 */
41 41
42void ProtSync(Arena arena) 42void ProtSync(Arena arena)
@@ -53,7 +53,7 @@ void ProtSync(Arena arena)
53 Addr base; 53 Addr base;
54 do { 54 do {
55 base = SegBase(seg); 55 base = SegBase(seg);
56 if (SegPM(seg) != AccessSetEMPTY) { /* design.mps.protan.fun.sync.seg */ 56 if (SegPM(seg) != AccessSetEMPTY) { /* <design/protan/#fun.sync.seg> */
57 ShieldEnter(arena); 57 ShieldEnter(arena);
58 TraceSegAccess(arena, seg, SegPM(seg)); 58 TraceSegAccess(arena, seg, SegPM(seg));
59 ShieldLeave(arena); 59 ShieldLeave(arena);