[Bug 280000] emulators/wine-devel: NtRaiseException
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280000] emulators/wine-devel: NtRaiseException"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 18:24:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280000 Brendan Shanks <mrpippy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrpippy@gmail.com --- Comment #12 from Brendan Shanks <mrpippy@gmail.com> --- I saw this patch and was curious why it was needed, it didn't seem to be needed for my own upstream Wine build on FreeBSD. It turns out that clang/LLVM assembles 'jmp 1f' to a different length depending on optimization level. At -O0: 'e9 01 00 00 00', at -O2: 'eb 01'. GCC always outputs 'eb 01'. By default Wine uses '-g -O2' for CROSSCFLAGS, but maybe the port overrides this? Alex S, is it ok if I submit this upstream? Would you like me to credit you in the upstream commit message? If so, how? ("Based on a patch by Alex S"? Or a different name?) -- You are receiving this mail because: You are the assignee for the bug.