diff options
| author | 2014-12-22 18:30:07 +0000 | |
|---|---|---|
| committer | 2014-12-22 18:30:07 +0000 | |
| commit | 5c79aec9d53d1320041d5a52e5115d78d16035b7 (patch) | |
| tree | 0e36345912571fc0e3e01976f6b698b631706bb7 /compiler/optimizing/code_generator.cc | |
| parent | 508d2665febbb06c853bfab131c4dc7164fffabb (diff) | |
| parent | e21dc3db191df04c100620965bee4617b3b24397 (diff) | |
Merge "ART: Swap-space in the compiler"
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
| -rw-r--r-- | compiler/optimizing/code_generator.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index 6f424ce11d..91426f347b 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -374,7 +374,7 @@ void CodeGenerator::BuildNativeGCMap(    }  } -void CodeGenerator::BuildMappingTable(std::vector<uint8_t>* data, SrcMap* src_map) const { +void CodeGenerator::BuildMappingTable(std::vector<uint8_t>* data, DefaultSrcMap* src_map) const {    uint32_t pc2dex_data_size = 0u;    uint32_t pc2dex_entries = pc_infos_.Size();    uint32_t pc2dex_offset = 0u;  |