diff options
Diffstat (limited to 'src/compiled_method.h')
-rw-r--r-- | src/compiled_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiled_method.h b/src/compiled_method.h index c05aba149c..d6653381f2 100644 --- a/src/compiled_method.h +++ b/src/compiled_method.h @@ -81,7 +81,7 @@ class CompiledCode { private: const InstructionSet instruction_set_; - + // Used to store the PIC code for Quick and an ELF image for portable. std::vector<uint8_t> code_; |