Mock out struct_ep calls

This commit is contained in:
gingerBill
2023-07-17 17:28:12 +01:00
parent bd73834e19
commit b5b3f1fb42
2 changed files with 176 additions and 92 deletions
+1 -1
View File
@@ -941,7 +941,7 @@ TB_API void tb_inst_memcpy(TB_Function* f, TB_Node* dst, TB_Node* src, TB_Node*
// result = base + (index * stride)
TB_API TB_Node* tb_inst_array_access(TB_Function* f, TB_Node* base, TB_Node* index, int64_t stride);
// result = base + offset
// result = base +
// where base is a pointer
TB_API TB_Node* tb_inst_member_access(TB_Function* f, TB_Node* base, int64_t offset);