On 2/17/26 07:31, Philippe Mathieu-Daudé wrote:
macfb_mode_table[] is only read, never updated, so can be const.
Update the call sites accordingly.
Make theMacfbState::mode pointer to const.
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
Reviewed-by: Pierrick Bouvier<[email protected]>
Reviewed-by: Mark Cave-Ayland<[email protected]>
---
include/hw/display/macfb.h | 2 +-
hw/display/macfb.c | 10 +++++-----
hw/m68k/q800.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~