PpcOpValue.reg

Union of possible operand types/// Register

union PpcOpValue
PpcRegister reg;

Meta