diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-27 14:12:17 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-27 14:12:17 +0100 |
| commit | 11d75bf41c7d22b6a6a76fa2dd4843d23a75fffb (patch) | |
| tree | 4821a231ac0dcee71296db75022aa6fc220a8159 /asm.h | |
| parent | c06c696a20fa8987bbb13da608153ccfc3cd55e7 (diff) | |
| download | tis100-11d75bf41c7d22b6a6a76fa2dd4843d23a75fffb.tar.gz tis100-11d75bf41c7d22b6a6a76fa2dd4843d23a75fffb.zip | |
Fix instruction squishing to fit tpu row
Diffstat (limited to 'asm.h')
| -rw-r--r-- | asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,6 @@ #include <stdio.h> -size_t asm_print_inst(char *buf, size_t n, struct tpu_inst *inst); +size_t asm_print_inst(char *buf, size_t n, struct tpu_inst *inst, size_t max); void tis_load_asm(struct tis *tis, const char *filepath); void tis_load(struct tis *tis, const char **argv); |
