Re: LuaJIT bug only on Windows/x86 - asm() directive might cause a hang
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT bug only on Windows/x86 - asm() directive might cause a hang
- From: Mike Pall <mikelu-1203@...>
- Date: 2012年3月31日 22:24:27 +0200
Dimiter 'malkia' Stanev wrote:
> Here is the one that HANGS on Windows/x86. On Windows/x64 it prints
> out somewhat correctly (I would've expected the "asm" replacement to
> be written, but correct that it errors it):
>
> luajit.exe: bug.lua:9: cannot resolve symbol 'winGetTickCount': The
> operation completed successfully.
I've fixed the hang and the error message in git HEAD.
Thank you for the report!
--Mike