about summary refs log tree commit diff stats
path: root/apps/pack
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-20 00:50:36 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-20 00:50:36 -0700
commit6131749762bfa71c7859170ead53bb1d5ffd2b4f (patch)
tree40c6050ae8e2515d7f7532da5ed0fd739bae2a4d /apps/pack
parentd1ad96e0389b10e1a386004b3f4d46ac21544fa2 (diff)
downloadmu-6131749762bfa71c7859170ead53bb1d5ffd2b4f.tar.gz
6557 - fix a bug in pack.subx
I was shifting bitfields around based on their width rather than the width
of the field to their right.

Kinda shocking that I haven't used the scale bits until now. I've been
generating code that uses them in mu.subx tests, but apparently I haven't
actually _run_ any such code before.
Diffstat (limited to 'apps/pack')
-rwxr-xr-xapps/packbin56707 -> 56971 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/apps/pack b/apps/pack
index e0ff769a..bcd5af94 100755
--- a/apps/pack
+++ b/apps/pack
Binary files differ