bpf: print setup config in cstool -v
This commit is contained in:
parent
29e9b61ae2
commit
7ed49b360e
|
@ -393,6 +393,10 @@ int main(int argc, char **argv)
|
|||
printf("mos65xx=1 ");
|
||||
}
|
||||
|
||||
if (cs_support(CS_ARCH_BPF)) {
|
||||
printf("bpf=1 ");
|
||||
}
|
||||
|
||||
if (cs_support(CS_SUPPORT_DIET)) {
|
||||
printf("diet=1 ");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue