upload runtime_core

Signed-off-by: y00576111 <yaojian16@huawei.com>
Change-Id: I2509006818624fd3960ef645165fdb1f317d3d5e
This commit is contained in:
y00576111
2021-09-07 21:51:18 +08:00
parent 1317165652
commit a4599e5405
150 changed files with 14662 additions and 1947 deletions
+1 -1
View File
@@ -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 {