Added more harmless functions to the list, so the stuff gets applied in more
cases. git-svn-id: svn://svn.cc65.org/cc65/trunk@4078 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b0a89ff421
commit
7c6ee79ea9
1 changed files with 4 additions and 0 deletions
|
@ -1690,8 +1690,12 @@ static int HarmlessCall (const char* Name)
|
|||
"negax",
|
||||
"shlax1",
|
||||
"shlax2",
|
||||
"shlax3",
|
||||
"shlax4",
|
||||
"shrax1",
|
||||
"shrax2",
|
||||
"shrax3",
|
||||
"shrax4",
|
||||
};
|
||||
|
||||
void* R = bsearch (Name,
|
||||
|
|
Loading…
Add table
Reference in a new issue