summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/projects/libunwind/src/DwarfParser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/projects/libunwind/src/DwarfParser.hpp')
-rw-r--r--contrib/llvm/projects/libunwind/src/DwarfParser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/projects/libunwind/src/DwarfParser.hpp b/contrib/llvm/projects/libunwind/src/DwarfParser.hpp
index a19f051..c528847 100644
--- a/contrib/llvm/projects/libunwind/src/DwarfParser.hpp
+++ b/contrib/llvm/projects/libunwind/src/DwarfParser.hpp
@@ -62,7 +62,7 @@ public:
};
enum {
- kMaxRegisterNumber = 120
+ kMaxRegisterNumber = _LIBUNWIND_MAX_REGISTER
};
enum RegisterSavedWhere {
kRegisterUnused,
OpenPOWER on IntegriCloud