python & java: update after the last change in core on PPC_BH_NO

This commit is contained in:
Nguyen Anh Quynh 2014-07-10 11:46:52 +08:00
parent 994f336b35
commit 3c0f43611d
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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