https://bugs.winehq.org/show_bug.cgi?id=51862
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- (In reply to Fabian Maurer from comment #5)
Created attachment 70787 [details] Patch to fix compilation with gcc 4.8
Attaching a patch that *should* fix the issue. Not 100% sure, since I use a newer distro and running code compiled with gcc 4.8 crashes with a segfault instantly... Please report back on whether that fixes the issue for you, and whether wine actually works with that.
That can't work. There's no guarantee that ebx doesn't get scratched between two separate asm blocks, and you're missing an ebx clobber in the first block anyway.