python & java: update after the last change in core on PPC_BH_NO
This commit is contained in:
parent
994f336b35
commit
3c0f43611d
|
@ -33,7 +33,7 @@ public class Ppc_const {
|
|||
|
||||
// PPC branch hint for some branch instructions
|
||||
|
||||
public static final int PPC_BH_NO = 0;
|
||||
public static final int PPC_BH_INVALID = 0;
|
||||
public static final int PPC_BH_PLUS = 1;
|
||||
public static final int PPC_BH_MINUS = 2;
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ PPC_BC_NU_PLUS = (3<<5)|7
|
|||
|
||||
# PPC branch hint for some branch instructions
|
||||
|
||||
PPC_BH_NO = 0
|
||||
PPC_BH_INVALID = 0
|
||||
PPC_BH_PLUS = 1
|
||||
PPC_BH_MINUS = 2
|
||||
|
||||
|
|
Loading…
Reference in New Issue