Skip to main content

luaur_code_gen/macros/
op_g.rs

1use crate::functions::get_op_ir_data::get_op_mut;
2
3#[inline]
4pub fn op_g(mut inst: crate::records::ir_inst::IrInst) -> crate::records::ir_op::IrOp {
5    *get_op_mut(&mut inst, 6)
6}