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:
parent
a73b0b3423
commit
eb48677915
1 changed files with 3 additions and 3 deletions
|
|
@ -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)``
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue