diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-21 13:16:33 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-06-21 13:16:33 +0300 |
| commit | c100c398f50c926a0d37960de27ac3ee512f4094 (patch) | |
| tree | 7b19d392f8557ecb267e803f6b69fc151d61f1a2 | |
| parent | eea852092b0317359f1931c2adc8574a84747084 (diff) | |
| download | bcgen-master.tar.gz bcgen-master.zip | |
| -rwxr-xr-x | bcgen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ def num_imms(fmt): def gen_hash(fmt): n = 0 i = 0 - r = "" + r = "0" for p in fmt[1:]: if p == 'R' or p == 'F': r += ' + (a' + str(n) + ' << (' + str(i) + ' * 8))' |
