(int reg_id)
| 222 | } |
| 223 | |
| 224 | public boolean regRead(int reg_id) { |
| 225 | return cs.cs_reg_read(csh, raw.getPointer(), reg_id) != 0; |
| 226 | } |
| 227 | |
| 228 | public boolean regWrite(int reg_id) { |
| 229 | return cs.cs_reg_write(csh, raw.getPointer(), reg_id) != 0; |
nothing calls this directly
no test coverage detected