mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-23 16:35:02 +03:00
Merge remote-tracking branch 'origin/master' into jhx/funargs
This commit is contained in:
commit
c4870f9a37
@ -448,7 +448,7 @@ mkSymbolRef sym ver = seq sym $ seq ver $ do
|
||||
-- names that could be stripped from executables/shared objects.
|
||||
newtype SymbolTable = SymbolTable { resolveSymbol :: Word32 -> SymbolResolver SymbolInfo }
|
||||
|
||||
-- | Construct a symbol table that just reports a missing symbol table error on lookups.
|
||||
-- | Construct a symbol table that just reports a missing symbol table error on lookups.
|
||||
noSymTab :: SymbolTable
|
||||
noSymTab = SymbolTable $ \_symIdx -> throwError MissingSymbolTable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user