hopefully purge references to emu_fatalerror from ppc_dasm.o (nw)

This commit is contained in:
Vas Crabb 2018-04-01 19:14:27 +10:00
parent 2c340f490e
commit 0f8fa8a30d
2 changed files with 4 additions and 7 deletions

View File

@ -17,6 +17,7 @@
#include "emu.h" #include "emu.h"
#include "ppc_dasm.h" #include "ppc_dasm.h"
#include "ppccom.h" #include "ppccom.h"

View File

@ -7,14 +7,11 @@
Common PowerPC definitions and functions Common PowerPC definitions and functions
***************************************************************************/ ***************************************************************************/
#ifndef MAME_CPU_POWERPPC_PPCCOM_H
#define MAME_CPU_POWERPPC_PPCCOM_H
#pragma once #pragma once
#ifndef __PPCCOM_H__
#define __PPCCOM_H__
#include "ppc.h"
/*************************************************************************** /***************************************************************************
DEBUGGING DEBUGGING
@ -478,5 +475,4 @@ enum
extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op); extern offs_t ppc_dasm_one(std::ostream &stream, uint32_t pc, uint32_t op);
#endif // MAME_CPU_POWERPPC_PPCCOM_H
#endif /* __PPCCOM_H__ */