asm: assembler: constpool value indices are now used and enforced
constpool values must be defined in ascending sequence, each index must be greater than the last. any gaps in the sequence will automatically be filled with null values.
This commit is contained in:
@@ -27,7 +27,7 @@ struct assembler_scope_type {
|
||||
|
||||
enum ivy_status (*s_put_pval)(
|
||||
struct ivy_assembler *, struct assembler_scope *,
|
||||
enum ivy_assembler_pval_type, const void *,
|
||||
enum ivy_assembler_pval_type, size_t, const void *,
|
||||
ivy_extended_data_key *key);
|
||||
|
||||
enum ivy_status (*s_put_xval)(
|
||||
|
||||
Reference in New Issue
Block a user