[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (work6) now available (for loop bug)
- From: Attila Babo <ababo@...>
- Date: Fri, 20 May 2005 16:04:38 +0200
Roberto Ierusalimschy wrote:
> This is amazing... Do you know why?
Roberto,
all lines started with __asm are interpreted by MASM, where the
semicolon is the start of the comment, so only the first instruction of
the macro was executed. The different behavior between the debug and
release build was because of the different initialization values.
Regards:
Attila