mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-19 21:23:32 -04:00
fix ark js stack message https://gitee.com/openharmony/ace_ace_engine/issues/I4XKDL Signed-off-by: wengchangcheng <wengchangcheng@huawei.com> Change-Id: Id2592ee62dddc28961cd9099b2ccce5ee470daa6
This commit is contained in:
committed by
changcheng
parent
c370625669
commit
853b25c4d2
@@ -1678,7 +1678,7 @@ void Function::BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, con
|
||||
|
||||
uint32_t pc_inc = 0;
|
||||
auto prev_line_number = static_cast<int32_t>(GetLineNumber(0));
|
||||
auto prev_column_number = static_cast<int32_t>(GetColumnNumber(0));
|
||||
auto prev_column_number = -1;
|
||||
BytecodeInstruction bi(bytecode.data());
|
||||
debug_item->SetLineNumber(static_cast<uint32_t>(prev_line_number));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user