1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Mps poolabs: tabs! (whitespace only: replace tab with spaces)

Copied from Perforce
 Change: 163303
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Kistruck 2007-09-28 08:35:57 +01:00
parent 16b31bbd22
commit cabe9684e9

View file

@ -414,8 +414,8 @@ Res PoolSingleAccess(Pool pool, Seg seg, Addr addr,
if(WordIsAligned((Word)ref, sizeof(Word))) {
/* See the note in TraceSegAccess about using RankEXACT here */
/* (<code/trace.c#scan.conservative>). */
TraceScanSingleRef(arena->flippedTraces, RankEXACT, arena,
seg, (Ref *)addr);
TraceScanSingleRef(arena->flippedTraces, RankEXACT, arena,
seg, (Ref *)addr);
}
}
res = ProtStepInstruction(context);