summaryrefslogtreecommitdiff
path: root/src/base/loader/elf_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/loader/elf_object.hh')
-rw-r--r--src/base/loader/elf_object.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/loader/elf_object.hh b/src/base/loader/elf_object.hh
index 42edc7438..2cc2016fd 100644
--- a/src/base/loader/elf_object.hh
+++ b/src/base/loader/elf_object.hh
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 ARM Limited
+ * Copyright (c) 2013, 2019 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
@@ -63,7 +63,7 @@ class ElfObject : public ObjectFile
void determineArch();
void determineOpSys();
- void handleLoadableSegment(GElf_Phdr phdr);
+ void handleLoadableSegment(GElf_Phdr phdr, int seg_num);
// These values are provided to a linux process by the kernel, so we
// need to keep them around.