Commit Graph

2 Commits

Author SHA1 Message Date
Charles Giessen dec1fcac60 Remove hasing of unknown functions
Use a simple linear search instead. This greatly simplifies the logic and
reduces the places for the logic to go awry.
2022-03-14 23:31:26 -06:00
Charles Giessen b986091316 Move unknown function logic into dedicated file
unknown_function_handling.c now holds all of the unknown function handling
logic.
2022-03-14 23:31:26 -06:00