bpf: print setup config in cstool -v

This commit is contained in:
Nguyen Anh Quynh 2019-02-18 20:06:11 +08:00
parent 29e9b61ae2
commit 7ed49b360e
1 changed files with 4 additions and 0 deletions

View File

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