[Bug 51862] dlls/ntdll/unix/system.c: In function ‘init_cpu_info’

WineHQ Bugzilla wine-bugs at winehq.org
Tue Oct 12 12:50:44 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51862

Zebediah Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #6 from Zebediah Figura <z.figura12 at 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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list