mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
ppc.c:
* Fixes DEBUG=1 build - adds include deprecat.h
This commit is contained in:
parent
3033986d2c
commit
b56271d5c9
@ -3,6 +3,7 @@
|
||||
#include <setjmp.h>
|
||||
#include "ppc.h"
|
||||
#include "debugger.h"
|
||||
#include "deprecat.h"
|
||||
|
||||
#if (HAS_PPC603 || HAS_PPC601 || HAS_PPC604)
|
||||
void ppc603_exception(int exception);
|
||||
|
Loading…
Reference in New Issue
Block a user