summaryrefslogtreecommitdiffstats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1553
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:15 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:28 +0200
commit5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch)
tree9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/output/instruction/1553
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloademulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/instruction/1553')
-rw-r--r--results/classifier/zero-shot-user-mode/output/instruction/155318
1 files changed, 0 insertions, 18 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/instruction/1553 b/results/classifier/zero-shot-user-mode/output/instruction/1553
deleted file mode 100644
index e775511d..00000000
--- a/results/classifier/zero-shot-user-mode/output/instruction/1553
+++ /dev/null
@@ -1,18 +0,0 @@
-instruction: 0.681
-runtime: 0.165
-syscall: 0.154
-
-
-
-Build error: implicit declaration of function 'qemu_close_to_socket'
-Description of problem:
-When build the latest master code with MSYS2 on Windows 10, GCC reports:
-../ui/spice-core.c: In function 'watch_remove':
-../ui/spice-core.c:152:5: error: implicit declaration of function 'qemu_close_to_socket' [-Werror=implicit-function-declaration]
- 152 | qemu_close_to_socket(watch->fd);
- | ^~~~~~~~~~~~~~~~~~~~
-../ui/spice-core.c:152:5: error: nested extern declaration of 'qemu_close_to_socket' [-Werror=nested-externs]
-Steps to reproduce:
-1. ./configure --enable-sdl --enable-gtk --target-list=arm-softmmu,aarch64-softmmu
-2. cd build
-3. make