Update bindings

This commit is contained in:
lazymio 2022-02-15 22:08:27 +01:00
parent 27ef63cc8d
commit 3ed9dbda13
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
6 changed files with 6 additions and 0 deletions

View File

@ -405,4 +405,5 @@ module Ppc =
let UC_PPC_REG_CTR = 76
let UC_PPC_REG_MSR = 77
let UC_PPC_REG_FPSCR = 78
let UC_PPC_REG_CR = 79

View File

@ -400,4 +400,5 @@ const (
PPC_REG_CTR = 76
PPC_REG_MSR = 77
PPC_REG_FPSCR = 78
PPC_REG_CR = 79
)

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

View File

@ -403,6 +403,7 @@ const
UC_PPC_REG_CTR = 76;
UC_PPC_REG_MSR = 77;
UC_PPC_REG_FPSCR = 78;
UC_PPC_REG_CR = 79;
implementation
end.

View File

@ -398,3 +398,4 @@ UC_PPC_REG_XER = 75
UC_PPC_REG_CTR = 76
UC_PPC_REG_MSR = 77
UC_PPC_REG_FPSCR = 78
UC_PPC_REG_CR = 79

View File

@ -400,4 +400,5 @@ module UnicornEngine
UC_PPC_REG_CTR = 76
UC_PPC_REG_MSR = 77
UC_PPC_REG_FPSCR = 78
UC_PPC_REG_CR = 79
end