Update bindings
This commit is contained in:
@ -357,5 +357,50 @@ public interface PpcConst {
|
||||
public static final int UC_PPC_REG_29 = 31;
|
||||
public static final int UC_PPC_REG_30 = 32;
|
||||
public static final int UC_PPC_REG_31 = 33;
|
||||
public static final int UC_PPC_REG_CR0 = 34;
|
||||
public static final int UC_PPC_REG_CR1 = 35;
|
||||
public static final int UC_PPC_REG_CR2 = 36;
|
||||
public static final int UC_PPC_REG_CR3 = 37;
|
||||
public static final int UC_PPC_REG_CR4 = 38;
|
||||
public static final int UC_PPC_REG_CR5 = 39;
|
||||
public static final int UC_PPC_REG_CR6 = 40;
|
||||
public static final int UC_PPC_REG_CR7 = 41;
|
||||
public static final int UC_PPC_REG_FPR0 = 42;
|
||||
public static final int UC_PPC_REG_FPR1 = 43;
|
||||
public static final int UC_PPC_REG_FPR2 = 44;
|
||||
public static final int UC_PPC_REG_FPR3 = 45;
|
||||
public static final int UC_PPC_REG_FPR4 = 46;
|
||||
public static final int UC_PPC_REG_FPR5 = 47;
|
||||
public static final int UC_PPC_REG_FPR6 = 48;
|
||||
public static final int UC_PPC_REG_FPR7 = 49;
|
||||
public static final int UC_PPC_REG_FPR8 = 50;
|
||||
public static final int UC_PPC_REG_FPR9 = 51;
|
||||
public static final int UC_PPC_REG_FPR10 = 52;
|
||||
public static final int UC_PPC_REG_FPR11 = 53;
|
||||
public static final int UC_PPC_REG_FPR12 = 54;
|
||||
public static final int UC_PPC_REG_FPR13 = 55;
|
||||
public static final int UC_PPC_REG_FPR14 = 56;
|
||||
public static final int UC_PPC_REG_FPR15 = 57;
|
||||
public static final int UC_PPC_REG_FPR16 = 58;
|
||||
public static final int UC_PPC_REG_FPR17 = 59;
|
||||
public static final int UC_PPC_REG_FPR18 = 60;
|
||||
public static final int UC_PPC_REG_FPR19 = 61;
|
||||
public static final int UC_PPC_REG_FPR20 = 62;
|
||||
public static final int UC_PPC_REG_FPR21 = 63;
|
||||
public static final int UC_PPC_REG_FPR22 = 64;
|
||||
public static final int UC_PPC_REG_FPR23 = 65;
|
||||
public static final int UC_PPC_REG_FPR24 = 66;
|
||||
public static final int UC_PPC_REG_FPR25 = 67;
|
||||
public static final int UC_PPC_REG_FPR26 = 68;
|
||||
public static final int UC_PPC_REG_FPR27 = 69;
|
||||
public static final int UC_PPC_REG_FPR28 = 70;
|
||||
public static final int UC_PPC_REG_FPR29 = 71;
|
||||
public static final int UC_PPC_REG_FPR30 = 72;
|
||||
public static final int UC_PPC_REG_FPR31 = 73;
|
||||
public static final int UC_PPC_REG_LR = 74;
|
||||
public static final int UC_PPC_REG_XER = 75;
|
||||
public static final int UC_PPC_REG_CTR = 76;
|
||||
public static final int UC_PPC_REG_MSR = 77;
|
||||
public static final int UC_PPC_REG_FPSCR = 78;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user