1 // PPC.h
2
3 #ifndef __PPC_H
4 #define __PPC_H
5
6 #include "BranchCoder.h"
7
8 MyClassA(BC_PPC_B, 0x02, 5)
9
10 #endif