fix bug JIT

Signed-off-by: wangyue <guowanlong@huawei.com>
Change-Id: I876bee692f885ba0d96a035dbcf1ab3545ee1437
This commit is contained in:
wangyue 2023-12-13 10:31:27 +08:00
parent 0b097ce795
commit ddb9cb2475

View File

@ -124,7 +124,7 @@ public:
return SIZE + this->GetPayLoadSizeInBytes();
}
size_t GetInstructionSizeInBytes() const
uint32_t GetInstructionSizeInBytes() const
{
return GetPayLoadSizeInBytes();
}