PPC.h 105 B

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