FIXED linker errors in SDL build about dbgSignal/dbgOutput

This commit is contained in:
spacy51 2008-03-03 16:10:33 +00:00
parent 9454925557
commit c186ca49fe
4 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include "../elf.h"
#include "../Util.h"
#include "../Port.h"
#include "../System.h"
#include "agbprint.h"
#ifdef PROFILING
#include "prof/prof.h"

View File

@ -37,6 +37,7 @@
#include "../elf.h"
#include "../Util.h"
#include "../Port.h"
#include "../System.h"
#include "agbprint.h"
#ifdef PROFILING
#include "prof/prof.h"

View File

@ -36,6 +36,7 @@
#include "../elf.h"
#include "../Util.h"
#include "../Port.h"
#include "../System.h"
#include "agbprint.h"
#ifdef PROFILING
#include "prof/prof.h"

View File

@ -22,6 +22,7 @@
#include "GBA.h"
#include "../Globals.h"
#include "../Port.h"
#include "../System.h"
#define debuggerWriteHalfWord(addr, value) \
WRITE16LE((u16*)&map[(addr)>>24].address[(addr) & map[(addr)>>24].mask], (value))