diff options
author | pbrook | 2007-11-18 02:44:38 +0100 |
---|---|---|
committer | pbrook | 2007-11-18 02:44:38 +0100 |
commit | 9596ebb7012a19a45ca036a200acd617a93a321b (patch) | |
tree | df011db5945e48dc0c86c04daf2c2072f43f2867 /hw/pl190.c | |
parent | Improve PowerPC instructions set dump. (diff) | |
download | qemu-9596ebb7012a19a45ca036a200acd617a93a321b.tar.gz qemu-9596ebb7012a19a45ca036a200acd617a93a321b.tar.xz qemu-9596ebb7012a19a45ca036a200acd617a93a321b.zip |
Add statics and missing #includes for prototypes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3683 c046a42c-6fe2-441c-8c8c-71466251a162
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; |