diff options
Diffstat (limited to 'hw/pl190.c')
-rw-r--r-- | hw/pl190.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pl190.c b/hw/pl190.c index abc28468e4..fc3d089840 100644 --- a/hw/pl190.c +++ b/hw/pl190.c @@ -216,7 +216,7 @@ static CPUWriteMemoryFunc *pl190_writefn[] = { pl190_write }; -void pl190_reset(pl190_state *s) +static void pl190_reset(pl190_state *s) { int i; |