mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 20:58:14 +00:00
Update capstone and fix m68k.cs plugin struct
This commit is contained in:
parent
636e0d6473
commit
79c09b4356
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user