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:
parent
16b31bbd22
commit
cabe9684e9
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue