| Index: src/trusted/debug_stub/abi.cc
|
| diff --git a/src/trusted/debug_stub/abi.cc b/src/trusted/debug_stub/abi.cc
|
| index adba01d715dbe938b7d67fb5b6190a46fec54ecd..2167cf6238de0aaf9a07498f24e142dd0fae232d 100644
|
| --- a/src/trusted/debug_stub/abi.cc
|
| +++ b/src/trusted/debug_stub/abi.cc
|
| @@ -130,7 +130,7 @@ static Abi::BPDef breakpoint_x86 = {
|
| breakpoint_code_x86
|
| };
|
|
|
| -static uint32_t breakpoint_code_arm[] = { NACL_INSTR_BREAKPOINT };
|
| +static uint32_t breakpoint_code_arm[] = { NACL_INSTR_ARM_BREAKPOINT };
|
| static Abi::BPDef breakpoint_arm = {
|
| sizeof(breakpoint_code_arm),
|
| (uint8_t *) breakpoint_code_arm
|
|
|