FreeBSD Bugzilla – Attachment 252212 Details for
Bug 280000
emulators/wine-devel: NtRaiseException
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix execution of Win64 binaries
fix-win64.patch (text/plain), 1.02 KB, created by
Sean Farley
on 2024-07-21 18:47:25 UTC
(
hide
)
Description:
Fix execution of Win64 binaries
Filename:
MIME Type:
Creator:
Sean Farley
Created:
2024-07-21 18:47:25 UTC
Size:
1.02 KB
patch
obsolete
>diff --git a/emulators/wine-devel/files/patch-include-wine-asm.h b/emulators/wine-devel/files/patch-include-wine-asm.h >new file mode 100644 >index 000000000000..f9d791b66580 >--- /dev/null >+++ b/emulators/wine-devel/files/patch-include-wine-asm.h >@@ -0,0 +1,14 @@ >+--- include/wine/asm.h.orig 2024-02-24 10:23:40.551780000 +0300 >++++ include/wine/asm.h 2024-02-24 10:23:43.285931000 +0300 >+@@ -242,9 +242,9 @@ >+ ".byte 0x75,0x03\n\t" /* jne 1f */ \ >+ ".byte 0x0f,0x05\n\t" /* syscall */ \ >+ ".byte 0xc3\n\t" /* ret */ \ >+- "jmp 1f\n\t" \ >++ ".byte 0xeb,0x01\n\t" /* jmp 1f */ \ >+ ".byte 0xc3\n" /* ret */ \ >+- "1:\t.byte 0xff,0x14,0x25\n\t" /* 1: callq *(0x7ffe1000) */ \ >++ ".byte 0xff,0x14,0x25\n\t" /* 1: callq *(0x7ffe1000) */ \ >+ ".long 0x7ffe1000\n\t" \ >+ "ret" ) >+ # else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280000
: 252212