Fix regression in _gclongjmp()

This commit is contained in:
Justine Tunney 2021-08-19 08:30:00 -07:00
parent da45c7c80b
commit 65f32fad52
12 changed files with 225 additions and 25 deletions

View file

@ -27,7 +27,8 @@
// @assume system five nexgen32e abi conformant
// @note code built w/ microsoft abi compiler can't call this
// @see _gclongjmp() unwinds _gc() destructors
longjmp:mov %esi,%eax
longjmp:
mov %esi,%eax
test %eax,%eax
jnz 1f
inc %eax