]> git.sur5r.net Git - cc65/commit
Indirect fastcall functions with no parameters may be called as if it were
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 26 May 2002 11:08:17 +0000 (11:08 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 26 May 2002 11:08:17 +0000 (11:08 +0000)
commit21afe25e90af7c4dad927442ca0239bbda6a31f6
treef5b761d8a62ec9dc46f338ee7deb6f1f4eae217e
parent33c1e82bda1f83ee9c7d4b1e61bece0fc06d32a8
Indirect fastcall functions with no parameters may be called as if it were
cdecl functions, this generates better code.
Remove a small error that caused indirect non fastcall function to always be
handled as variadic, which meant a useless load of the Y register was added.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1292 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/cc65/expr.c