Debugger: Fix build

This commit is contained in:
Jeffrey Pfau 2016-10-11 21:26:20 -07:00
parent a0b794364f
commit 99a85aaf3a
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
* 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;