Merge remote-tracking branch 'origin/master' into jhx/funargs

This commit is contained in:
Joe Hendrix 2019-06-12 15:51:55 -07:00
commit c4870f9a37
No known key found for this signature in database
GPG Key ID: 8DFA5FF784098C4F

View File

@ -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