Generate bindings
This commit is contained in:
parent
c5ad3c318c
commit
f57467e7ed
@ -122,7 +122,8 @@ module S390x =
|
||||
let UC_S390X_REG_A14 = 63
|
||||
let UC_S390X_REG_A15 = 64
|
||||
let UC_S390X_REG_PC = 65
|
||||
let UC_S390X_REG_ENDING = 66
|
||||
let UC_S390X_REG_PSWM = 66
|
||||
let UC_S390X_REG_ENDING = 67
|
||||
|
||||
// Alias registers
|
||||
|
||||
|
@ -117,7 +117,8 @@ const (
|
||||
S390X_REG_A14 = 63
|
||||
S390X_REG_A15 = 64
|
||||
S390X_REG_PC = 65
|
||||
S390X_REG_ENDING = 66
|
||||
S390X_REG_PSWM = 66
|
||||
S390X_REG_ENDING = 67
|
||||
|
||||
// Alias registers
|
||||
)
|
@ -119,7 +119,8 @@ public interface S390xConst {
|
||||
public static final int UC_S390X_REG_A14 = 63;
|
||||
public static final int UC_S390X_REG_A15 = 64;
|
||||
public static final int UC_S390X_REG_PC = 65;
|
||||
public static final int UC_S390X_REG_ENDING = 66;
|
||||
public static final int UC_S390X_REG_PSWM = 66;
|
||||
public static final int UC_S390X_REG_ENDING = 67;
|
||||
|
||||
// Alias registers
|
||||
|
||||
|
@ -120,7 +120,8 @@ const
|
||||
UC_S390X_REG_A14 = 63;
|
||||
UC_S390X_REG_A15 = 64;
|
||||
UC_S390X_REG_PC = 65;
|
||||
UC_S390X_REG_ENDING = 66;
|
||||
UC_S390X_REG_PSWM = 66;
|
||||
UC_S390X_REG_ENDING = 67;
|
||||
|
||||
// Alias registers
|
||||
|
||||
|
@ -115,6 +115,7 @@ UC_S390X_REG_A13 = 62
|
||||
UC_S390X_REG_A14 = 63
|
||||
UC_S390X_REG_A15 = 64
|
||||
UC_S390X_REG_PC = 65
|
||||
UC_S390X_REG_ENDING = 66
|
||||
UC_S390X_REG_PSWM = 66
|
||||
UC_S390X_REG_ENDING = 67
|
||||
|
||||
# Alias registers
|
||||
|
@ -117,7 +117,8 @@ module UnicornEngine
|
||||
UC_S390X_REG_A14 = 63
|
||||
UC_S390X_REG_A15 = 64
|
||||
UC_S390X_REG_PC = 65
|
||||
UC_S390X_REG_ENDING = 66
|
||||
UC_S390X_REG_PSWM = 66
|
||||
UC_S390X_REG_ENDING = 67
|
||||
|
||||
# Alias registers
|
||||
end
|
Loading…
Reference in New Issue
Block a user