4.58 beta

This commit is contained in:
Igor Pavlov
2008-05-05 00:00:00 +00:00
committed by Kornel Lesiński
parent bd1fa36322
commit 3901bf0ab8
326 changed files with 10643 additions and 14913 deletions

View File

@@ -0,0 +1,14 @@
// BranchMisc.h
#ifndef __BRANCHMISC_H
#define __BRANCHMISC_H
#include "BranchCoder.h"
MyClassA(BC_ARM, 0x05, 1)
MyClassA(BC_ARMT, 0x07, 1)
MyClassA(BC_PPC, 0x02, 5)
MyClassA(BC_SPARC, 0x08, 5)
MyClassA(BC_IA64, 0x04, 1)
#endif