1
Fork 0
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:
Gareth Rees 2015-09-04 12:35:34 +01:00
parent 881c594458
commit 2255eabfda

View file

@ -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);