This commit is contained in:
Igor Pavlov
2008-12-31 00:00:00 +00:00
committed by Kornel Lesiński
parent c1f1243a70
commit 3a524e5ba2
259 changed files with 2792 additions and 4855 deletions

14
CPP/7zip/Compress/BranchMisc.h Executable file
View File

@@ -0,0 +1,14 @@
// BranchMisc.h
#ifndef __COMPRESS_BRANCH_MISC_H
#define __COMPRESS_BRANCH_MISC_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