Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 123 Bytes

ARMThumb.h

File metadata and controls

10 lines (6 loc) · 123 Bytes
 
Jan 23, 2008
Jan 23, 2008
1
2
3
4
5
6
7
8
9
10
// ARMThumb.h
#ifndef __ARMTHUMB_H
#define __ARMTHUMB_H
#include "BranchCoder.h"
MyClassA(BC_ARMThumb, 0x07, 1)
#endif