bindings: update after recent changes on some M68k enums

This commit is contained in:
Nguyen Anh Quynh 2016-04-12 18:47:19 +08:00
parent 51f19ab80b
commit 7fff673415
3 changed files with 18 additions and 0 deletions

View File

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

View File

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

View File

@ -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