mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-19 13:17:49 -04:00
upload runtime_core
Signed-off-by: y00576111 <yaojian16@huawei.com> Change-Id: I2509006818624fd3960ef645165fdb1f317d3d5e
This commit is contained in:
@@ -1346,7 +1346,7 @@ static void TestArray()
|
||||
if constexpr (component_type_id == panda_file::Type::TypeId::REFERENCE) {
|
||||
emitter.LdaObj(4);
|
||||
} else if constexpr (component_type_id == panda_file::Type::TypeId::F32) {
|
||||
emitter.FldaiWide(bit_cast<int64_t>(static_cast<double>(STORE_VALUE)));
|
||||
emitter.Fldai(bit_cast<int32_t>(STORE_VALUE));
|
||||
} else if constexpr (component_type_id == panda_file::Type::TypeId::F64) {
|
||||
emitter.FldaiWide(bit_cast<int64_t>(STORE_VALUE));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user