Skip to content

Commit 410837d

Browse files
committed
key list gather artifact lookups by space gen
1 parent ac9d6e8 commit 410837d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval/eval_types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ E_TYPE_IREXT_FUNCTION_DEF(list)
27522752
e_base_ctx->space_read,
27532753
};
27542754
#pragma pack(pop)
2755-
AC_Artifact gather_artifact = ac_artifact_from_key(access, str8_struct(&key_data), e_list_gather_artifact_create, e_list_gather_artifact_destroy, 0);
2755+
AC_Artifact gather_artifact = ac_artifact_from_key(access, str8_struct(&key_data), e_list_gather_artifact_create, e_list_gather_artifact_destroy, 0, .gen = e_space_gen(base_off_interpret.space));
27562756
U64 *offs = (U64 *)gather_artifact.u64[1];
27572757
U64 offs_count = gather_artifact.u64[2];
27582758

0 commit comments

Comments
 (0)