Constification

This commit is contained in:
Jasmine Iwanek
2023-07-20 18:58:26 -04:00
parent db66543959
commit 998cfe5cc8
163 changed files with 1086 additions and 1071 deletions

View File

@@ -241,7 +241,7 @@ vid_write(uint32_t addr, uint8_t val, void *priv)
static uint8_t
vid_read(uint32_t addr, void *priv)
{
pcjr_t *pcjr = (pcjr_t *) priv;
const pcjr_t *pcjr = (pcjr_t *) priv;
if (pcjr->memctrl == -1)
return 0xff;