1 // ARMThumb.h
2
3 #ifndef __ARMTHUMB_H
4 #define __ARMTHUMB_H
5
6 #include "BranchCoder.h"
7
8 MyClassA(BC_ARMThumb, 0x07, 1)
9
10 #endif