mirror of https://github.com/mgba-emu/mgba.git
Debugger: Fix build
This commit is contained in:
parent
a0b794364f
commit
99a85aaf3a
|
@ -5,6 +5,8 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
#include "debugger/debugger.h"
|
#include "debugger/debugger.h"
|
||||||
|
|
||||||
|
#include "arm/arm.h"
|
||||||
|
|
||||||
struct ARMDebugBreakpoint {
|
struct ARMDebugBreakpoint {
|
||||||
uint32_t address;
|
uint32_t address;
|
||||||
bool isSw;
|
bool isSw;
|
||||||
|
|
Loading…
Reference in New Issue