all repos — mgba @ 99a85aaf3aaef60af2a768a1ee35a449a655ba75

mGBA Game Boy Advance Emulator

Debugger: Fix build
Jeffrey Pfau jeffrey@endrift.com
Tue, 11 Oct 2016 21:26:20 -0700
commit

99a85aaf3aaef60af2a768a1ee35a449a655ba75

parent

a0b794364f55cff7d62281fe525ce1a2edd96d41

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M src/arm/debugger/debugger.hsrc/arm/debugger/debugger.h

@@ -5,6 +5,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this

* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "debugger/debugger.h" +#include "arm/arm.h" + struct ARMDebugBreakpoint { uint32_t address; bool isSw;