about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-02-18 08:44:54 +0100
committerptitSeb <sebastien.chev@gmail.com>2023-02-18 08:44:54 +0100
commitb89ca872800f8f7d20101d976c4b9c5df09741f7 (patch)
tree6030e78c02bc5da71b5dc7aa9af6e433811d1c2b /tests
parentca84f1092194d302493c419f219712f6e29146fd (diff)
downloadbox64-b89ca872800f8f7d20101d976c4b9c5df09741f7.tar.gz
box64-b89ca872800f8f7d20101d976c4b9c5df09741f7.zip
Imrpoved a bit backtrace again
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test19bin24408 -> 20288 bytes
-rw-r--r--tests/test19.c2
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test19 b/tests/test19
index c3ab3033..6155399c 100755
--- a/tests/test19
+++ b/tests/test19
Binary files differdiff --git a/tests/test19.c b/tests/test19.c
index 545f8f99..f65137d1 100644
--- a/tests/test19.c
+++ b/tests/test19.c
@@ -42,6 +42,8 @@ void myfunc3()
     p = strchr(strings[j], ':');
     if(!p)
       p = strings[j];
+    if(!strcmp(p, ":ExitEmulation"))
+      p = "???";
     printf("%s\n", p);
   }
   free(strings);