aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/poolabs.c
diff options
context:
space:
mode:
authorRichard Kistruck2007-09-28 08:35:57 +0100
committerRichard Kistruck2007-09-28 08:35:57 +0100
commite5034a17fb23e10d3db670f908bffac6f0593aba (patch)
treec51f01760060a364561320bd3d18adf29e8d657b /mps/code/poolabs.c
parent65d6babb81486c5d401885e4ded665e9cfa7cb80 (diff)
downloademacs-e5034a17fb23e10d3db670f908bffac6f0593aba.tar.gz
emacs-e5034a17fb23e10d3db670f908bffac6f0593aba.zip
Mps poolabs: tabs! (whitespace only: replace tab with spaces)
Copied from Perforce Change: 163303 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/poolabs.c')
-rw-r--r--mps/code/poolabs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/poolabs.c b/mps/code/poolabs.c
index 69d916e6378..3e52dc63c14 100644
--- a/mps/code/poolabs.c
+++ b/mps/code/poolabs.c
@@ -414,8 +414,8 @@ Res PoolSingleAccess(Pool pool, Seg seg, Addr addr,
414 if(WordIsAligned((Word)ref, sizeof(Word))) { 414 if(WordIsAligned((Word)ref, sizeof(Word))) {
415 /* See the note in TraceSegAccess about using RankEXACT here */ 415 /* See the note in TraceSegAccess about using RankEXACT here */
416 /* (<code/trace.c#scan.conservative>). */ 416 /* (<code/trace.c#scan.conservative>). */
417 TraceScanSingleRef(arena->flippedTraces, RankEXACT, arena, 417 TraceScanSingleRef(arena->flippedTraces, RankEXACT, arena,
418 seg, (Ref *)addr); 418 seg, (Ref *)addr);
419 } 419 }
420 } 420 }
421 res = ProtStepInstruction(context); 421 res = ProtStepInstruction(context);