| 6 | |
| 7 | namespace LIEF::assembly::riscv::py { |
| 8 | void init(nb::module_& m) { |
| 9 | nb::module_ mod = m.def_submodule("riscv"); |
| 10 | |
| 11 | create<OPCODE>(mod); |
| 12 | create<Instruction>(mod); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected