aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-11-25 12:41:06 +0100
committerBruce Yinhe <[email protected]>2014-11-25 12:41:06 +0100
commit3191311eb66d6694332dc854c0150c796838a19f (patch)
tree5b60beb10d3ae5539993d01e22f8f9cdbfd14a20 /lib/hipe
parentc18819e771228cb76c07ae88467d56e09e446165 (diff)
parent790fb3096e5c9022a22c242d2d8a55b7a5729fad (diff)
downloadotp-3191311eb66d6694332dc854c0150c796838a19f.tar.gz
otp-3191311eb66d6694332dc854c0150c796838a19f.tar.bz2
otp-3191311eb66d6694332dc854c0150c796838a19f.zip
Merge branch 'maint'
Diffstat (limited to 'lib/hipe')
-rw-r--r--lib/hipe/llvm/elf_format.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/llvm/elf_format.hrl b/lib/hipe/llvm/elf_format.hrl
index 78592e6e2a..7a3cdfead6 100644
--- a/lib/hipe/llvm/elf_format.hrl
+++ b/lib/hipe/llvm/elf_format.hrl
@@ -68,7 +68,7 @@
-define(E_IDENT, {?E_IDENT_OFFSET, ?E_IDENT_SIZE}).
-define(E_TYPE, {?E_TYPE_OFFSET, ?E_TYPE_SIZE}).
-define(E_MACHINE, {?E_MACHINE_OFFSET, ?E_MACHINE_SIZE}).
--define(E_VERSION, {?E_VERSION_OFFSET, ?E_VERSION_SIZE})
+-define(E_VERSION, {?E_VERSION_OFFSET, ?E_VERSION_SIZE}).
-define(E_ENTRY, {?E_ENTRY_OFFSET, ?E_ENTRY_SIZE}).
-define(E_PHOFF, {?E_PHOFF_OFFSET, ?E_PHOFF_SIZE}).
-define(E_SHOFF, {?E_SHOFF_OFFSET, ?E_SHOFF_SIZE}).