Clean up plugin build workflow and docs

This commit is contained in:
2026-04-22 22:39:53 +02:00
parent 4e49d0d0e6
commit de06753520
6 changed files with 48 additions and 15 deletions

View File

@@ -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;