ppc: rename PC_BH_NO to PC_BH_INVALID for consistency
diff --git a/include/ppc.h b/include/ppc.h
index 5dc894d..8c9baa4 100644
--- a/include/ppc.h
+++ b/include/ppc.h
@@ -46,7 +46,7 @@
 
 //> PPC branch hint for some branch instructions
 typedef enum ppc_bh {
-	PPC_BH_NO = 0,	// no hint
+	PPC_BH_INVALID = 0,	// no hint
 	PPC_BH_PLUS,	// PLUS hint
 	PPC_BH_MINUS,	// MINUS hint
 } ppc_bh;