Upgrade to the latest capstone-next for ppc purposes ##arch
This commit is contained in:
parent
116bb77ffc
commit
a66f301d18
|
@ -39,7 +39,7 @@ ifeq ($(USE_CS4),1)
|
|||
CS_TIP=a7cac8352f7397aa73bb2e2dcc1b6cdb2e1b8461
|
||||
CS_BRA=v4
|
||||
else
|
||||
CS_TIP=ba0bcda5c5ed59a06c7566fbb9f37d827b8d3e06
|
||||
CS_TIP=0d0e684358afd0889b98deaf3941caa9c6855cae
|
||||
CS_BRA=next
|
||||
endif
|
||||
ifeq ($(CS_COMMIT_ARCHIVE),1)
|
||||
|
|
|
@ -19,7 +19,7 @@ if not capstone_dep.found() or not get_option('use_sys_capstone')
|
|||
patches_files = []
|
||||
# NOTE: when you update CS_TIP or CS_BRA, also update them in shlr/Makefile
|
||||
if capstone_version == 'v5'
|
||||
CS_TIP = 'ba0bcda5c5ed59a06c7566fbb9f37d827b8d3e06'
|
||||
CS_TIP = '0d0e684358afd0889b98deaf3941caa9c6855cae'
|
||||
CS_BRA = 'next'
|
||||
patches_files = [
|
||||
'fix-x86-16.patch',
|
||||
|
|
|
@ -113,7 +113,7 @@ aoml~?
|
|||
EOF
|
||||
EXPECT=<<EOF
|
||||
invalid
|
||||
1688
|
||||
1726
|
||||
EOF
|
||||
RUN
|
||||
|
||||
|
|
|
@ -1452,7 +1452,7 @@ za fcn.10002d70 b 38a0000038c000004bfffed4:ffffffffffffffffff000000
|
|||
za fcn.10002d70 g cc=3 nbbs=8 edges=9 ebbs=1 bbsum=232
|
||||
za fcn.10002d70 o 0x10002d70
|
||||
za fcn.10002d70 t void fcn.10002d70 (int32_t arg1, int32_t arg2, int32_t arg_1030h, int32_t arg_1034h)
|
||||
za fcn.10002d70 v fs-4136:var_8h:int32_t, ts4:arg_1034h:int32_t, fs-36:var_100ch:int32_t, ts0:arg_1030h:int32_t, fb-4096:var_1000h:int32_t, tr5:arg1:int32_t, tr6:arg2:int32_t
|
||||
za fcn.10002d70 v fs-4136:var_8h:int32_t, ts4:arg_1034h:int32_t, fs-36:var_100ch:int32_t, ts0:arg_1030h:int32_t, tr5:arg1:int32_t, tr6:arg2:int32_t
|
||||
za fcn.10002d70 h 5f59f157d9e3548e81fed794bff828e7fc6ab90932a879b643d6d2a30c20c3b0
|
||||
EOF
|
||||
RUN
|
||||
|
|
Loading…
Reference in New Issue