lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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