(inst *uint32, arg int)
| 215 | } |
| 216 | |
| 217 | func opSetArgSbx(inst *uint32, arg int) { |
| 218 | opSetArgBx(inst, arg+opMaxArgSbx) |
| 219 | } |
| 220 | |
| 221 | func opCreateABC(op int, a int, b int, c int) uint32 { |
| 222 | var inst uint32 = 0 |
no test coverage detected
searching dependent graphs…