Remove RAM-trampoline array support

This commit is contained in:
Lauri Kasanen
2017-05-18 16:11:39 +03:00
parent f6fa74a636
commit 4c05c46cd1
3 changed files with 3 additions and 8 deletions

View File

@@ -509,7 +509,7 @@ static void WrappedCallPragma (StrBuf* B)
Entry = FindSym(Name);
/* Check if the name is valid */
if (Entry && Entry->Flags & (SC_FUNC | SC_STORAGE)) {
if (Entry && Entry->Flags & SC_FUNC) {
PushWrappedCall(Entry, Val);
Entry->Flags |= SC_REF;