mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-26 09:22:20 +03:00
[symbolic] Fix comment reference in Testing module.
This commit is contained in:
parent
b5c5ebcf42
commit
72ddaaf1d8
@ -129,7 +129,7 @@ runDiscovery :: (MC.ArchAddrWidth arch ~ w)
|
||||
-- ^ A function to turn discovered symbols into (address, name)
|
||||
-- mappings; the addresses are used as test entry points
|
||||
--
|
||||
-- A good default is 'toAddrySymMap'
|
||||
-- A good default is 'toAddrSymMap'
|
||||
-> MAI.ArchitectureInfo arch
|
||||
-> IO (MM.Memory w, [Some (MD.DiscoveryFunInfo arch)])
|
||||
runDiscovery ehi toEntryPoints archInfo = do
|
||||
|
Loading…
Reference in New Issue
Block a user