diff --git a/power_fv/insn.py b/power_fv/insn.py index c00de79..cc802f1 100644 --- a/power_fv/insn.py +++ b/power_fv/insn.py @@ -55,8 +55,8 @@ class Instruction_XL_b(ValueCastable): lk = None def __init_subclass__(cls, *, po, xo, lk): - cls.po = Const(po, unsigned(6)) - cls.xo = Const(xo, unsigned(9)) + cls.po = Const(po, unsigned( 6)) + cls.xo = Const(xo, unsigned(10)) cls.lk = Const(1) def __init__(self):