Update bindings
This commit is contained in:
@@ -319,4 +319,13 @@ const (
|
||||
ARM64_REG_IP1 = 216
|
||||
ARM64_REG_FP = 1
|
||||
ARM64_REG_LR = 2
|
||||
|
||||
// ARM64 instructions
|
||||
|
||||
ARM64_INS_INVALID = 0
|
||||
ARM64_INS_MRS = 1
|
||||
ARM64_INS_MSR = 2
|
||||
ARM64_INS_SYS = 3
|
||||
ARM64_INS_SYSL = 4
|
||||
ARM64_INS_ENDING = 5
|
||||
)
|
||||
Reference in New Issue
Block a user