Signed-off-by: huangshiwei <huangshiwei4@huawei.com>
This commit is contained in:
huangshiwei
2022-11-11 15:47:25 +08:00
parent 7ebb3bc27d
commit 69089f0d4e
25 changed files with 65 additions and 64 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ std::string ModSourceMap::TranslateBySourceMap(const std::string& stackStr, ModS
break;
}
static SourceMapData curMapData;
if(!bindSourceMaps.isStageModel) {
if (!bindSourceMaps.isStageModel) {
if (i == 1) { // The non module scenario initializes curmapdata only at the first traversal
if (!bindSourceMaps.nonModularMap_) {
return NOT_FOUNDMAP + stackStr;