mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Add more function to the "harmless calls" list.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4015 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
b391929acb
commit
33f6c85753
@ -821,9 +821,17 @@ static int HarmlessCall (const char* Name)
|
||||
*/
|
||||
{
|
||||
static const char* Tab[] = {
|
||||
"aslax1",
|
||||
"aslax2",
|
||||
"asrax1",
|
||||
"asrax2",
|
||||
"ldaxidx",
|
||||
"ldaxysp",
|
||||
"negax",
|
||||
"shlax1",
|
||||
"shlax2",
|
||||
"shrax1",
|
||||
"shrax2",
|
||||
};
|
||||
|
||||
void* R = bsearch (Name,
|
||||
|
Loading…
Reference in New Issue
Block a user