You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addDecoratedFunctions: Fix fetching function parameters for ProcGlobal functions
FunctionList requires the full procedure name "proc [IM]" while
FunctionInfo requires only "proc".
Fix that by passing in the full Procedure struct and using the
corresponding elements.
Bug present since forever but nobody noticed.
0 commit comments