debug.h: use uint8_t instead of char for BER compressed binary.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-07-09 14:10:48 +09:00
parent 29556a49a0
commit b5039fdb6c
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ typedef struct mrb_irep_debug_info_file {
void *ptr;
uint16_t *ary;
mrb_irep_debug_info_line *flat_map;
char *packed_map;
uint8_t *packed_map;
} lines;
} mrb_irep_debug_info_file;