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

Unified Diff: courgette/disassembler_elf_32_arm.cc

Issue 222293002: Port to x64 Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/disassembler_elf_32_arm.cc
diff --git a/courgette/disassembler_elf_32_arm.cc b/courgette/disassembler_elf_32_arm.cc
index 593ce0ae6b27decfe7326e9ab2ed779c5757f99d..dc3712fe611ae6b2b93c53b6c2dd5492094d2ec1 100644
--- a/courgette/disassembler_elf_32_arm.cc
+++ b/courgette/disassembler_elf_32_arm.cc
@@ -385,7 +385,7 @@ CheckBool DisassemblerElf32ARM::ParseRel32RelocsFromSection(
// addressing mode?
TypedRVAARM* rel32_rva = NULL;
- RVA target_rva;
+ RVA target_rva = 0;
bool found = false;
// 16-bit thumb ops
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698