diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-09-08 22:47:30 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-09-08 22:48:47 -0700 |
commit | 6b36e4dbc7749addeebe523992e0bcb62ad6b2d5 (patch) | |
tree | e041a9099e170c84c23a352d92fcf8efd536d788 /apps | |
parent | d9a05dfbb7ac73b31b1f3c1fb36a5324243da8a2 (diff) | |
download | mu-6b36e4dbc7749addeebe523992e0bcb62ad6b2d5.tar.gz |
6760
Fix a couple of subtle bugs. - the VM was conditionally reading from the instruction stream, so that other bugs got masked by decoding errors. - push-n-bytes was clobbering eax.
Diffstat (limited to 'apps')
-rwxr-xr-x | apps/mu | bin | 388957 -> 388971 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/mu b/apps/mu
index 2cf5d31c..0a95526a 100755
--- a/apps/mu
+++ b/apps/mu
Binary files differ |