meta: replace bluelib with fx
This commit is contained in:
@@ -139,9 +139,9 @@ const struct ivy_instr_definition *ivy_instr_find(
|
||||
return NULL;
|
||||
}
|
||||
|
||||
enum ivy_status ivy_instr_decode(b_i32 x, struct ivy_instr *out)
|
||||
enum ivy_status ivy_instr_decode(fx_i32 x, struct ivy_instr *out)
|
||||
{
|
||||
uint32_t instr = b_i32_btoh(x);
|
||||
uint32_t instr = fx_i32_btoh(x);
|
||||
unsigned int opcode = R_GET_OPCODE(instr);
|
||||
if (opcode >= nr_instructions) {
|
||||
return IVY_ERR_INVALID_VALUE;
|
||||
|
||||
Reference in New Issue
Block a user