Remove inline from isSelRegistered.

It seems to not be exported in the Windows release configuration.
main
David Chisnall 7 years ago committed by David Chisnall
parent 318ae27d8b
commit 2b9b868cf7

@ -75,7 +75,7 @@ static inline struct sel_type_list *selLookup(uint32_t idx)
return selLookup_locked(idx);
}
PRIVATE inline BOOL isSelRegistered(SEL sel)
PRIVATE BOOL isSelRegistered(SEL sel)
{
if ((uintptr_t)sel->name < (uintptr_t)selector_count)
{

Loading…
Cancel
Save