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

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: Update copyright. 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/validator_arm/validator.cc ('k') | src/trusted/validator_arm/validator_small_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a7dafcaafd6a52cbbf8d2e46e93be0983417630d..e760f86d3f37a31be27e47d6fc1bd10005b6fa67 100644
--- a/src/trusted/validator_arm/validator_huge_tests.cc
+++ b/src/trusted/validator_arm/validator_huge_tests.cc
@@ -121,8 +121,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
« no previous file with comments | « src/trusted/validator_arm/validator.cc ('k') | src/trusted/validator_arm/validator_small_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698