1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 22:30:12 +00:00

New harmless function

git-svn-id: svn://svn.cc65.org/cc65/trunk@1595 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-11-22 23:44:36 +00:00
parent 5d720cb6e3
commit 86fb1f760a

View File

@ -607,6 +607,7 @@ static int HarmlessCall (const char* Name)
*/ */
{ {
static const char* Tab[] = { static const char* Tab[] = {
"ldaxidx",
"ldaxysp", "ldaxysp",
}; };