Update capstone and fix m68k.cs plugin struct

This commit is contained in:
pancake 2016-02-15 19:05:03 +01:00
parent 636e0d6473
commit 79c09b4356
2 changed files with 3 additions and 3 deletions

View File

@ -586,7 +586,7 @@ RAnalPlugin r_anal_plugin_m68k_cs = {
.name = "m68k.cs (unsupported)",
.desc = "Capstone M68K analyzer (unsupported)",
.license = "BSD",
.arch = R_SYS_ARCH_M68K,
.arch = "m68k",
.bits = 32,
};
#endif

View File

@ -20,9 +20,9 @@ CS_PATCHES=0
else
CS_TAR=
CS_URL=$(GIT_PREFIX)github.com/aquynh/capstone.git
CS_UPD=20160120
CS_UPD=20160215
CS_BRA=next
CS_TIP=3722c74f69ffa5b705d36cd49c19acdf958a9b7a
CS_TIP=2af0217258b61243bcc59f32b140482ea467492b
# REVERT THIS COMMIT BECAUSE ITS WRONG
CS_REV=
#21b9b25e9dae4af0ef309d4089a54e53b8f5b479