diff --git a/mps/code/prmci6li.c b/mps/code/prmci6li.c index 6a9379209f9..304cfdc38d3 100644 --- a/mps/code/prmci6li.c +++ b/mps/code/prmci6li.c @@ -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);