mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-28 16:00:39 +00:00
bindings: update after recent changes on some M68k enums
This commit is contained in:
parent
51f19ab80b
commit
7fff673415
@ -478,4 +478,10 @@ public class M68k_const {
|
||||
public static final int M68K_INS_TST = 372;
|
||||
public static final int M68K_INS_UNLK = 373;
|
||||
public static final int M68K_INS_UNPK = 374;
|
||||
public static final int M68K_INS_ENDING = 375;
|
||||
|
||||
// Group of M68K instructions
|
||||
|
||||
public static final int M68K_GRP_INVALID = 0;
|
||||
public static final int M68K_GRP_ENDING = 1;
|
||||
}
|
@ -475,3 +475,9 @@ let _M68K_INS_TRAPLE = 371;;
|
||||
let _M68K_INS_TST = 372;;
|
||||
let _M68K_INS_UNLK = 373;;
|
||||
let _M68K_INS_UNPK = 374;;
|
||||
let _M68K_INS_ENDING = 375;;
|
||||
|
||||
(* Group of M68K instructions *)
|
||||
|
||||
let _M68K_GRP_INVALID = 0;;
|
||||
let _M68K_GRP_ENDING = 1;;
|
||||
|
@ -475,3 +475,9 @@ M68K_INS_TRAPLE = 371
|
||||
M68K_INS_TST = 372
|
||||
M68K_INS_UNLK = 373
|
||||
M68K_INS_UNPK = 374
|
||||
M68K_INS_ENDING = 375
|
||||
|
||||
# Group of M68K instructions
|
||||
|
||||
M68K_GRP_INVALID = 0
|
||||
M68K_GRP_ENDING = 1
|
||||
|
Loading…
Reference in New Issue
Block a user