asm: implement an asm parser and emitter
This commit is contained in:
@@ -17,7 +17,7 @@ static enum ivy_status put_xval(
|
||||
struct ivy_assembler *as,
|
||||
struct assembler_scope *scope,
|
||||
enum ivy_assembler_xval_type type,
|
||||
ivy_assembler_attrib_table attrib)
|
||||
const ivy_assembler_attrib_table attrib)
|
||||
{
|
||||
struct ivy_bin_class_table_entry entry = {0};
|
||||
switch (type) {
|
||||
|
||||
Reference in New Issue
Block a user