1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 15:22:20 -07:00

Fixing design documentation of mutatorfaultcontextscan.

Copied from Perforce
 Change: 189314
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-02-18 21:00:38 +00:00
parent a73b0b3423
commit eb48677915

View file

@ -104,11 +104,11 @@ instruction which was caused the fault to be re-executed. Return
This function is only called if ``ProtCanStepInstruction(context)``
returned ``TRUE``.
``Res MutatorFaultContextScan(ScanState ss, MutatorFaultContext context)``
``Res MutatorFaultContextScan(ScanState ss, MutatorFaultContext mfc, mps_area_scan_t scan, void *closure, size_t closure_size)``
_`.if.context.scan`: Scan all roots found in ``context`` using the
given scan state (typically by calling ``TraceScanAreaTagged()``), and
return the result code from the scanner.
given scan state by calling ``scan``, and return the result code from
the scanner.
``Addr MutatorFaultContextSP(MutatorFaultContext context)``