about summary refs log tree commit diff stats
path: root/subx/apps/hex
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/hex
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/hex')
-rwxr-xr-xsubx/apps/hexbin20739 -> 20741 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/hex b/subx/apps/hex
index 3b183506..abbdfb23 100755
--- a/subx/apps/hex
+++ b/subx/apps/hex
Binary files differ
tter Kartik K. Agaram <vc@akkartik.com> 2015-03-30 21:22:29 -0700 996 - string literals' href='/akkartik/mu/commit/cpp/029string?h=hlt&id=66b97b4d923274e1b6d2fd97df16cb73d820169b'>66b97b4d ^
d7494165 ^
66b97b4d ^
88be3dbc ^
7a9b05fa ^
e3fa6cc7 ^
7a9b05fa ^
d7494165 ^
7a9b05fa ^
66b97b4d ^



c51043ab ^





66b97b4d ^



7a9b05fa ^
66b97b4d ^
7a9b05fa ^
66b97b4d ^

66b97b4d ^


7a9b05fa ^


66b97b4d ^


5e21a9f6 ^
7a9b05fa ^
05d17773 ^


7a9b05fa ^

ac0e9db5 ^
7a9b05fa ^






88be3dbc ^
3d6c13dc ^
e3fa6cc7 ^
3d6c13dc ^
d7494165 ^
c51043ab ^




35457609 ^
d7494165 ^

4f5cf668 ^
c51043ab ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78