diff options
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); |
