summaryrefslogtreecommitdiffstats
path: root/results/scraper/box64/1432
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/1432')
-rw-r--r--results/scraper/box64/143221
1 files changed, 21 insertions, 0 deletions
diff --git a/results/scraper/box64/1432 b/results/scraper/box64/1432
new file mode 100644
index 00000000..c2a709f6
--- /dev/null
+++ b/results/scraper/box64/1432
@@ -0,0 +1,21 @@
+Warning, of_unconvert(...) left over 0x8000, converted 0x8402 when running box64 on RISC-V
+Hello,
+
+My box64 version is:
+```
+Dynarec for RISC-V With extension: I M A F D C PageSize:4096 Running on unknown riscv64 cpu with 4 Cores
+Will use Hardware counter measured at 10.0 MHz emulating 640 MHz
+Params database has 61 entries
+Box64 with Dynarec v0.2.7 db355427 built on Apr 10 2024 14:42:28
+```
+When I use it to run an amd64 version of bash, I get this at startup:
+```
+bash: eval: line 31: syntax error near unexpected token `('
+bash: eval: line 31: `Warning, of_unconvert(...) left over 0x8000, converted 0x8000'
+Warning, of_unconvert(...) left over 0x8000, converted 0x8402
+Warning, of_unconvert(...) left over 0x8000, converted 0x8402
+```
+and then at the end of every output, there is this line:
+`Warning, of_unconvert(...) left over 0x8000, converted 0x8402`
+
+Is this expected or a bug? I just checked and it happens for other programs as well.