diff options
Diffstat (limited to 'hw/stellaris.c')
-rw-r--r-- | hw/stellaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/stellaris.c b/hw/stellaris.c index cc47b9dbcd..0bd76ab22e 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -521,7 +521,7 @@ static CPUWriteMemoryFunc *ssys_writefn[] = { ssys_write }; -void ssys_reset(void *opaque) +static void ssys_reset(void *opaque) { ssys_state *s = (ssys_state *)opaque; |