summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-04-01 19:14:27 +1000
committer Vas Crabb <vas@vastheman.com>2018-04-01 19:14:27 +1000
commit0f8fa8a30d43482e77206531202d676a1436a6e2 (patch)
tree1489745cb20994f7e514d942faf4a65d6b4d5d3a
parent2c340f490e67efd1ba37312e40b30289c025488b (diff)
hopefully purge references to emu_fatalerror from ppc_dasm.o (nw)
-rw-r--r--src/devices/cpu/powerpc/ppc_dasm.cpp1
-rw-r--r--src/devices/cpu/powerpc/ppccom.h10
2 files changed, 4 insertions, 7 deletions
diff --git a/src/devices/cpu/powerpc/ppc_dasm.cpp b/src/devices/cpu/powerpc/ppc_dasm.cpp
index 50b015b1aff..aad939efffe 100644
--- a/src/devices/cpu/powerpc/ppc_dasm.cpp
+++ b/src/devices/cpu/powerpc/ppc_dasm.cpp
@@ -17,6 +17,7 @@
#include "emu.h"
#include "ppc_dasm.h"
+
#include "ppccom.h"
diff --git a/src/devices/cpu/powerpc/ppccom.h b/src/devices/cpu/powerpc/ppccom.h
index ecd8e87000c..97c0661afac 100644
--- a/src/devices/cpu/powerpc/ppccom.h
+++ b/src/devices/cpu/powerpc/ppccom.h
@@ -7,14 +7,11 @@
Common PowerPC definitions and functions
***************************************************************************/
+#ifndef MAME_CPU_POWERPPC_PPCCOM_H
+#define MAME_CPU_POWERPPC_PPCCOM_H
#pragma once
-#ifndef __PPCCOM_H__
-#define __PPCCOM_H__
-
-#include "ppc.h"
-
/***************************************************************************
DEBUGGING
@@ -478,5 +475,4 @@ enum
extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op);
-
-#endif /* __PPCCOM_H__ */
+#endif // MAME_CPU_POWERPPC_PPCCOM_H