mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-26 19:50:55 +00:00
!10328 Modify FreeObjectSet setType_ from int32 to int8
Merge pull request !10328 from dingwen/setType_br
This commit is contained in:
commit
81e407aaca
@ -22,7 +22,7 @@
|
||||
#include "ecmascript/mem/jit_fort_memdesc.h"
|
||||
|
||||
namespace panda::ecmascript {
|
||||
using SetType = int32_t;
|
||||
using SetType = int8_t;
|
||||
|
||||
class FreeObject;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user