aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-10-08 03:17:11 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-10-08 03:17:11 +0000
commit6ab219de7e8aa36aee266f111ac5e08ec8e4a16d (patch)
tree2c714f3b018e2b74258668281b89ed67d482cb1e /include
parent290b316a4eb8616c388f1fa3bea7ef338bf6c4ec (diff)
downloadexternal_llvm-6ab219de7e8aa36aee266f111ac5e08ec8e4a16d.zip
external_llvm-6ab219de7e8aa36aee266f111ac5e08ec8e4a16d.tar.gz
external_llvm-6ab219de7e8aa36aee266f111ac5e08ec8e4a16d.tar.bz2
MC-COFF: Fix Simple and Complex type. Fixes PR8320.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/COFF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/COFF.h b/include/llvm/Support/COFF.h
index 8c0c91c..2bba8d3 100644
--- a/include/llvm/Support/COFF.h
+++ b/include/llvm/Support/COFF.h
@@ -139,7 +139,7 @@ namespace COFF {
IMAGE_SYM_DTYPE_ARRAY = 3, ///< An array of base type.
/// Type is formed as (base + (derived << SCT_COMPLEX_TYPE_SHIFT))
- SCT_COMPLEX_TYPE_SHIFT = 8
+ SCT_COMPLEX_TYPE_SHIFT = 4
};
struct section {