Skip to content

Commit a09e1b0

Browse files
fix
1 parent 3a726eb commit a09e1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/discof/restore/fd_snapin_tile.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ scratch_footprint( fd_topo_tile_t const * tile ) {
228228
l = FD_LAYOUT_APPEND( l, alignof(fd_snapin_tile_t), sizeof(fd_snapin_tile_t) );
229229
l = FD_LAYOUT_APPEND( l, fd_snapshot_parser_align(), fd_snapshot_parser_footprint() );
230230
l = FD_LAYOUT_APPEND( l, fd_scratch_smem_align(), fd_scratch_smem_footprint( FD_SNAPIN_SCRATCH_MAX ) );
231+
l = FD_LAYOUT_APPEND( l, fd_scratch_fmem_align(), fd_scratch_fmem_footprint( FD_SNAPIN_SCRATCH_DEPTH ) );
231232
return FD_LAYOUT_FINI( l, alignof(fd_snapin_tile_t) );
232233
}
233234

0 commit comments

Comments
 (0)