Clean up plugin build workflow and docs
This commit is contained in:
@@ -64,6 +64,7 @@ get_reg (int gp, int idx)
|
||||
static bool
|
||||
decode (RArchSession *as, RAnalOp *op, RAnalOpMask mask)
|
||||
{
|
||||
(void) as;
|
||||
ut32 ins, ins2 = 0;
|
||||
const ut8 *b = op->bytes;
|
||||
int avail = op->size;
|
||||
@@ -814,6 +815,7 @@ decode (RArchSession *as, RAnalOp *op, RAnalOpMask mask)
|
||||
|
||||
static int archinfo (RArchSession *s, ut32 q)
|
||||
{
|
||||
(void) s;
|
||||
switch (q) {
|
||||
case R_ARCH_INFO_CODE_ALIGN: return 3;
|
||||
case R_ARCH_INFO_MINOP_SIZE: case R_ARCH_INFO_MAXOP_SIZE: return 3;
|
||||
|
||||
Reference in New Issue
Block a user