summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drivers/emudummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drivers/emudummy.c')
-rw-r--r--src/emu/drivers/emudummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/drivers/emudummy.c b/src/emu/drivers/emudummy.c
index 9f2f4923b94..a52e106e71e 100644
--- a/src/emu/drivers/emudummy.c
+++ b/src/emu/drivers/emudummy.c
@@ -3,8 +3,8 @@
emudummy.c
Dummy driver file that references CPU devices which are in turn
- referenced by devices in libemu.a.
-
+ referenced by devices in libemu.a.
+
The reason we need this is due to link ordering issues with gcc
if the actual drivers being linked don't reference these CPU
devices. Since we link libcpu first, if libemu needs stuff from