diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-04-20 23:25:19 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-04-20 23:27:13 -0700 |
commit | 7b2d39b8d418d29cc05dc0793c976761c302eadb (patch) | |
tree | a51af5ff35f5684ecba8c8fb693947ceac206478 /linux | |
parent | fb34909b4eb744811f6da2354667179c108870cb (diff) | |
download | mu-7b2d39b8d418d29cc05dc0793c976761c302eadb.tar.gz |
an interface approximating stack traces
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/mu | bin | 602258 -> 602291 bytes | |||
-rw-r--r-- | linux/mu.subx | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/linux/mu b/linux/mu index 0e820706..e8ceb38f 100755 --- a/linux/mu +++ b/linux/mu Binary files differdiff --git a/linux/mu.subx b/linux/mu.subx index 120d0cce..0dcfb6fc 100644 --- a/linux/mu.subx +++ b/linux/mu.subx @@ -497,6 +497,7 @@ Entry: eb/jump $mu-main:end/disp8 } # otherwise convert Stdin + (write-buffered Stdout "== code\n") (convert-mu Stdin Stdout Stderr 0) (flush Stdout) # syscall(exit, 0) |