K 10 svn:author V 2 dg K 8 svn:date V 27 1994-08-13T14:00:26.000000Z K 7 svn:log V 352 Fixed problem with returning -1 on error when the return value is a long long. Done by plugging both eax and edx with -1. This will clobber edx unnecessarily when the return value is only 32bit...though probably always an okay thing to do, it could stand a better fix. This was the cause of gawk being broken (boy was THAT ever a subtle bug!!!). END