Update bindings

This commit is contained in:
2022-02-15 22:08:27 +01:00
parent 27ef63cc8d
commit 3ed9dbda13
6 changed files with 6 additions and 0 deletions

View File

@@ -402,5 +402,6 @@ public interface PpcConst {
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;
public static final int UC_PPC_REG_CR = 79;
}