On 2/26/26 2:02 PM, Philippe Mathieu-Daudé wrote:
Mark the RAMBlock structure const when is only accessed read-only.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- include/system/ramblock.h | 26 +++++++++++++------------- stubs/ram-block.c | 8 ++++---- system/physmem.c | 26 +++++++++++++------------- 3 files changed, 30 insertions(+), 30 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
