Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2024 18:24:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 280000] emulators/wine-devel: NtRaiseException
Message-ID:  <bug-280000-7788-md1lY3E9hL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-280000-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-280000-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280000

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 ne=
eded
for my own upstream Wine build on FreeBSD.
It turns out that clang/LLVM assembles 'jmp 1f' to a different length depen=
ding
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?)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280000-7788-md1lY3E9hL>