mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
Fix compilation on lii6.
Copied from Perforce Change: 188235 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
881c594458
commit
2255eabfda
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ Res MutatorFaultContextScan(ScanState ss, MutatorFaultContext mfc,
|
|||
unnecessarily scans the rest of the context. The optimisation
|
||||
to scan only relevant parts would be machine dependent. */
|
||||
mc = &mfc->ucontext->uc_mcontext;
|
||||
res = TraceScanAreaTagged(ss,
|
||||
res = TraceScanAreaMasked(ss,
|
||||
(Word *)mc,
|
||||
(Word *)((char *)mc + sizeof(*mc)),
|
||||
mask, pattern);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue