Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'C/BraIA64.c')
-rwxr-xr-xC/BraIA64.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/C/BraIA64.c b/C/BraIA64.c
index 8e02cdea..d2570922 100755
--- a/C/BraIA64.c
+++ b/C/BraIA64.c
@@ -1,16 +1,16 @@
/* BraIA64.c -- converter for IA-64 code
-2008-03-19
+2008-08-05
Copyright (c) 1999-2008 Igor Pavlov
Read Bra.h for license options */
#include "Bra.h"
-static const Byte kBranchTable[32] =
-{
+static const Byte kBranchTable[32] =
+{
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
4, 4, 6, 6, 0, 0, 7, 7,
- 4, 4, 0, 0, 4, 4, 0, 0
+ 4, 4, 0, 0, 4, 4, 0, 0
};
SizeT IA64_Convert(Byte *data, SizeT size, UInt32 ip, int encoding)