Skip to content

Commit

Permalink
Improved undefined data preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
lab313ru committed Mar 14, 2024
1 parent 55f528a commit e3139e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gensida/ida/paintform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int PaintForm::getFullTiles() {
}

start = get_item_head(start);
ea_t end = get_item_end(start);
ea_t end = calc_max_item_end(start);

return std::max(1U, (end - start) / 0x20);
}
Expand Down

0 comments on commit e3139e5

Please sign in to comment.