about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-03-09 21:31:32 -0800
committerKartik Agaram <vc@akkartik.com>2019-03-10 13:30:53 -0700
commit24c0e27b1bb9d46aa6e4c9fbe8a414fe90c48f8c (patch)
treee1ed55de0be352e30f4cd522b2f0377f549c2c8f /subx/apps
parentc0d37cee02ad48160d1a5a9e187bc4721c3684be (diff)
downloadmu-24c0e27b1bb9d46aa6e4c9fbe8a414fe90c48f8c.tar.gz
4999
Fix CI. pack.subx was passing in emulation but not natively.

Commit 4954 on Feb 10 was a real dud. First I find I forgot to reclaim
space for locals (commit 4996). Now I find I haven't been tracking registers
properly either.
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin17760 -> 17762 bytes
-rwxr-xr-xsubx/apps/crenshaw2-1bbin18319 -> 18321 bytes
-rwxr-xr-xsubx/apps/factorialbin16678 -> 16680 bytes
-rwxr-xr-xsubx/apps/handlebin17453 -> 17455 bytes
-rwxr-xr-xsubx/apps/hexbin20739 -> 20741 bytes
-rwxr-xr-xsubx/apps/packbin21169 -> 21171 bytes
6 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 0a3d59ee..919ebb8a 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/crenshaw2-1b b/subx/apps/crenshaw2-1b
index 931bff4c..b9867201 100755
--- a/subx/apps/crenshaw2-1b
+++ b/subx/apps/crenshaw2-1b
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index 9bef95a7..39ce244a 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differdiff --git a/subx/apps/handle b/subx/apps/handle
index 84b1bcf1..724d1f02 100755
--- a/subx/apps/handle
+++ b/subx/apps/handle
Binary files differdiff --git a/subx/apps/hex b/subx/apps/hex
index 3b183506..abbdfb23 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differdiff --git a/subx/apps/pack b/subx/apps/pack
index 69af4226..e3e7ea66 100755
--- a/subx/apps/pack
+++ b/subx/apps/pack
Binary files differ