diff options
Diffstat (limited to 'contrib/llvm/projects/libunwind/src/DwarfParser.hpp')
-rw-r--r-- | contrib/llvm/projects/libunwind/src/DwarfParser.hpp | 2 |
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, |