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

Unified Diff: src/trusted/validator_arm/model.h

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/trusted/service_runtime/arch/arm/sel_ldr_arm.h ('k') | tests/debug_stub/debugger_test.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/model.h
diff --git a/src/trusted/validator_arm/model.h b/src/trusted/validator_arm/model.h
index b1d44e628965a2e0e25734ffad7c265f49adff9d..cafb638dc5d099000c638006270715849dc120ed 100644
--- a/src/trusted/validator_arm/model.h
+++ b/src/trusted/validator_arm/model.h
@@ -258,11 +258,11 @@ static const int kArm32InstSize = 32;
static const int kThumbWordSize = 16;
// Special ARM instructions for sandboxing.
-static const uint32_t kLiteralPoolHead = NACL_INSTR_LITERAL_POOL_HEAD;
-static const uint32_t kBreakpoint = NACL_INSTR_BREAKPOINT;
-static const uint32_t kHaltFill = NACL_INSTR_HALT_FILL;
-static const uint32_t kAbortNow = NACL_INSTR_ABORT_NOW;
-static const uint32_t kFailValidation = NACL_INSTR_FAIL_VALIDATION;
+static const uint32_t kLiteralPoolHead = NACL_INSTR_ARM_LITERAL_POOL_HEAD;
+static const uint32_t kBreakpoint = NACL_INSTR_ARM_BREAKPOINT;
+static const uint32_t kHaltFill = NACL_INSTR_ARM_HALT_FILL;
+static const uint32_t kAbortNow = NACL_INSTR_ARM_ABORT_NOW;
+static const uint32_t kFailValidation = NACL_INSTR_ARM_FAIL_VALIDATION;
// Models an instruction, either a 32-bit ARM instruction of unspecified type,
// or one word (16-bit) and two word (32-bit) THUMB instructions.
« no previous file with comments | « src/trusted/service_runtime/arch/arm/sel_ldr_arm.h ('k') | tests/debug_stub/debugger_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698