diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-16 14:55:48 +0200 |
| commit | 63d2e9d409831aa8582787234cae4741847504b7 (patch) | |
| tree | 595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/394 | |
| parent | 2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff) | |
| download | emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.tar.gz emulator-bug-study-63d2e9d409831aa8582787234cae4741847504b7.zip | |
add box64 bug reports
Diffstat (limited to 'results/scraper/box64/394')
| -rw-r--r-- | results/scraper/box64/394 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/box64/394 b/results/scraper/box64/394 new file mode 100644 index 00000000..1d54d57b --- /dev/null +++ b/results/scraper/box64/394 @@ -0,0 +1,19 @@ +Box64 On Android +The Android device is faster than another arm64 devices(like respiberry 4B). +So we can make a branch for android. +There are some errors to fix : +1 . STB_GNU_UNIQUE , (ptitSeb is trying to fix it). +2 . + struct __jmp_buf_tag , It's a bug for Android NDK. So should I change <setjmp.h> and add these following lines ? (I didn't check) +` { + /* NOTE: The machine-dependent definitions of __sigsetjmp' + assume that a jmp_buf' begins with a __jmp_buf' and that + __mask_was_saved' follows it. Do not move these members + or add others before it. */ + jmp_buf __jmpbuf; /* Calling environment. */ + int __mask_was_saved; /* Saved the signal mask? */ + sigset_t __saved_mask; /* Saved signal mask. */ + }; +//I collected it form GLIBC sources code.` +3. Another wrongs... +I can't settle someone of them. @ptitSeb Can you see them? \ No newline at end of file |