summary refs log tree commit diff stats
path: root/results/scraper/box64/159
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/159
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to 'results/scraper/box64/159')
-rw-r--r--results/scraper/box64/15913
1 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/box64/159 b/results/scraper/box64/159
new file mode 100644
index 000000000..ce77705bc
--- /dev/null
+++ b/results/scraper/box64/159
@@ -0,0 +1,13 @@
+‘__int128’ is not supported on this target
+So, before i got this error = `uint128_t does not name a type`

+and then, when i add

+`typedef __int128 int128_t;

+typedef unsigned __int128 uint128_t;`

+in `src/include/regs.h`

+i got this error = `__int128 is not supported on this target`

+

+My phone using arm64

+and i run in Termux armv8l Debian armhf

+is __int128 is not support for arm?

+

+Sorry if my grammar is bad
\ No newline at end of file