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

Unified Diff: courgette/encode_decode_unittest.cc

Issue 878043002: Add support for RIP relative addresses on x86_64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase merge 212563003 Created 5 years, 10 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
« courgette/disassembler_win32_x64.cc ('K') | « courgette/disassembler_win32_x64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/encode_decode_unittest.cc
diff --git a/courgette/encode_decode_unittest.cc b/courgette/encode_decode_unittest.cc
index 0e121d67b12bc25f2d7e789dd0cc3c13b23b60cd..9866f79e38397bfa0415f88c29840d111d05ea84 100644
--- a/courgette/encode_decode_unittest.cc
+++ b/courgette/encode_decode_unittest.cc
@@ -75,7 +75,7 @@ TEST_F(EncodeDecodeTest, PE) {
TEST_F(EncodeDecodeTest, PE64) {
std::string file = FileContents("chrome64_1.exe");
- TestAssembleToStreamDisassemble(file, 814709);
+ TestAssembleToStreamDisassemble(file, 819306);
}
TEST_F(EncodeDecodeTest, Elf_Small) {
« courgette/disassembler_win32_x64.cc ('K') | « courgette/disassembler_win32_x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698