diff options
Diffstat (limited to 'elfcpp/elfcpp.h')
-rw-r--r-- | elfcpp/elfcpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 683cd9d..c5c93c3 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -657,7 +657,7 @@ enum DT DT_RUNPATH = 29, DT_FLAGS = 30, DT_ENCODING = 32, - DT_PREINIT_ARRAY = 33, + DT_PREINIT_ARRAY = 32, DT_PREINIT_ARRAYSZ = 33, DT_LOOS = 0x6000000d, DT_HIOS = 0x6ffff000, |