summary refs log tree commit diff stats
path: root/results/scraper/box64/2540
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/2540
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/2540')
-rw-r--r--results/scraper/box64/25405
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/box64/2540 b/results/scraper/box64/2540
new file mode 100644
index 000000000..86551a7da
--- /dev/null
+++ b/results/scraper/box64/2540
@@ -0,0 +1,5 @@
+A function __wine_get_unix_opcode is unimplemented in skeleton WoW64 wrapper code.
+You should implement the C function (void* WINAPI __wine_get_unix_opcode(void)), If you want to use the wowbox64 on AArch64 wine.
+the "void* WINAPI __wine_get_unix_opcode(void)" function provides the address of the syscall routine function which need for the Wine specific routines, for example calling OpenGL for Directx emulation and calling ALSA Audio for Win32 Audio emulation, in the Winelib under WoW64 emulation layer.
+The Gocaine-xtajit's wrapper code could be useful as a reference for implementing this.
+The source code of the Gocaine-xtajit's wrapper code is available at " https://github.com/hiroki-repo/Gocaine-uni-xtajit/blob/main/dllmain.cpp "!