11 lines
107 B
C
11 lines
107 B
C
|
// IA64.h
|
||
|
|
||
|
#ifndef __IA64_H
|
||
|
#define __IA64_H
|
||
|
|
||
|
#include "BranchCoder.h"
|
||
|
|
||
|
MyClassA(BC_IA64, 0x04, 1)
|
||
|
|
||
|
#endif
|