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

Unified Diff: src/trusted/validator_arm/validator_huge_tests.cc

Issue 11194045: Change BKPT and UDF encodings on ARM. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Factor out special BKPT/UDF encodings in a separate header file instead of repeating them in a few … 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
Index: src/trusted/validator_arm/validator_huge_tests.cc
diff --git a/src/trusted/validator_arm/validator_huge_tests.cc b/src/trusted/validator_arm/validator_huge_tests.cc
index a6ff9d6c36fa541c71c0182d951979bfdfd7a3a6..78427c48ce2bd22a87eab1042f41dfe785d85553 100644
--- a/src/trusted/validator_arm/validator_huge_tests.cc
+++ b/src/trusted/validator_arm/validator_huge_tests.cc
@@ -106,8 +106,7 @@ TEST_F(ValidatorTests, WholeA32InstructionSpaceTesting) {
uint32_t expected_branch_target_register = expect_bx_or_blx ?
(i & 0xF) : // When present, always Rm(3:0).
nacl_arm_dec::Register::kNone;
- bool expect_literal_pool_head =
- (i == nacl_arm_dec::kLiteralPoolHeadInstruction);
+ bool expect_literal_pool_head =(i == nacl_arm_dec::kLiteralPoolHead);
bool expect_load_store_or_unsafe = expect_unconditional ?
// Advanced SIMD element or structure load/store instructions.
// 1111 0100 xx0x xxxx xxxx xxxx xxxx xxxx

Powered by Google App Engine
This is Rietveld 408576698