print out ppc_bh information in test_ppc.c & TestPpc.java
diff --git a/tests/test_ppc.c b/tests/test_ppc.c
index 0a925ca..706a590 100644
--- a/tests/test_ppc.c
+++ b/tests/test_ppc.c
@@ -62,6 +62,9 @@
 	if (ppc->bc != 0)
 		printf("\tBranch code: %u\n", ins->detail->ppc.bc);
 
+	if (ppc->bh != 0)
+		printf("\tBranch hint: %u\n", ins->detail->ppc.bh);
+
 	if (ppc->update_cr0)
 		printf("\tUpdate-CR0: True\n");