summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hd6309/hd6309.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/hd6309/hd6309.c')
-rw-r--r--src/emu/cpu/hd6309/hd6309.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hd6309/hd6309.c b/src/emu/cpu/hd6309/hd6309.c
index 97bc972fbf2..c6c98a95f15 100644
--- a/src/emu/cpu/hd6309/hd6309.c
+++ b/src/emu/cpu/hd6309/hd6309.c
@@ -556,7 +556,7 @@ static void hd6309_reset(void)
UpdateState();
}
-void hd6309_exit(void)
+static void hd6309_exit(void)
{
/* nothing to do ? */
}