Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: src/trusted/debug_stub/abi.cc

Issue 11269063: Fix the NACL_INSTR_* names that I just checked in to NACL_INSTR_ARM_*, as suggested by mseaborn. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/include/arm_sandbox.h ('k') | src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/include/arm_sandbox.h ('k') | src/trusted/service_runtime/arch/arm/nacl_text_pad_test.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698