Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Aug 25, 2023
1 parent 83b1666 commit 22973d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,7 @@ HL_API void hl_gc_dump_memory( const char *filename ) {
// types
# define fdump_t(t) fdump_i(t.kind); fdump_p(&t);
fdump_t(hlt_i32);
fdump_t(hlt_i64);
fdump_t(hlt_f32);
fdump_t(hlt_f64);
fdump_t(hlt_dyn);
Expand Down

0 comments on commit 22973d0

Please sign in to comment.