(int gid)
| 246 | } |
| 247 | |
| 248 | public boolean group(int gid) { |
| 249 | return cs.cs_insn_group(csh, raw.getPointer(), gid) != 0; |
| 250 | } |
| 251 | |
| 252 | public CsRegsAccess regsAccess() { |
| 253 | Memory regsReadMemory = new Memory(64*2); |
nothing calls this directly
no test coverage detected