summaryrefslogtreecommitdiff
path: root/libdexfile/dex/code_item_accessors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/dex/code_item_accessors.h')
-rw-r--r--libdexfile/dex/code_item_accessors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdexfile/dex/code_item_accessors.h b/libdexfile/dex/code_item_accessors.h
index 5786d3f611..695cc7b1b2 100644
--- a/libdexfile/dex/code_item_accessors.h
+++ b/libdexfile/dex/code_item_accessors.h
@@ -80,7 +80,7 @@ class CodeItemInstructionAccessor {
uint32_t insns_size_in_code_units_ = 0;
// Pointer to the instructions, null if there is no code item.
- const uint16_t* insns_ = 0;
+ const uint16_t* insns_ = nullptr;
};
// Abstracts accesses to code item fields other than debug info for CompactDexFile and