Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libunwind Fix editing mishap, should fix the build
details: https://anonhg.NetBSD.org/src/rev/04a89aa4cbbe
branches: trunk
changeset: 368187:04a89aa4cbbe
user: martin <martin%NetBSD.org@localhost>
date: Mon Jun 27 06:45:14 2022 +0000
description:
Fix editing mishap, should fix the build
diffstat:
sys/lib/libunwind/Registers.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r a277c82f362d -r 04a89aa4cbbe sys/lib/libunwind/Registers.hpp
--- a/sys/lib/libunwind/Registers.hpp Mon Jun 27 04:06:48 2022 +0000
+++ b/sys/lib/libunwind/Registers.hpp Mon Jun 27 06:45:14 2022 +0000
@@ -979,7 +979,7 @@
}
bool validRegister(int num) const {
- return num >= REGNO_HPPA_PC && num <= REGNO_HPPA_R31) ||
+ return (num >= REGNO_HPPA_PC && num <= REGNO_HPPA_R31) ||
num == REGNO_HPPA_SIGRETURN;
}
Home |
Main Index |
Thread Index |
Old Index