Update bindings
This commit is contained in:
parent
27ef63cc8d
commit
3ed9dbda13
|
@ -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
|
||||
|
||||
|
|
|
@ -400,4 +400,5 @@ const (
|
|||
PPC_REG_CTR = 76
|
||||
PPC_REG_MSR = 77
|
||||
PPC_REG_FPSCR = 78
|
||||
PPC_REG_CR = 79
|
||||
)
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
|
@ -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.
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue