Skip to content

Commit

Permalink
fix big ranks
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Jan 27, 2025
1 parent b37101a commit 9aafac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/host/c/es.c
Original file line number Diff line number Diff line change
Expand Up @@ -2110,6 +2110,7 @@ void init_heap() {
*scan = _NULL;
#else
null_rib = TAG_RIB((rib *)(scan));
scan -= RIB_NB_FIELDS; // skip the null rib
// rank should always be 0 since popped values will be saved there temporarly
set_rank(null_rib, 0);
#endif
Expand Down

0 comments on commit 9aafac8

Please sign in to comment.