summaryrefslogtreecommitdiff
path: root/src/hppa/Gis_signal_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hppa/Gis_signal_frame.c')
-rw-r--r--src/hppa/Gis_signal_frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hppa/Gis_signal_frame.c b/src/hppa/Gis_signal_frame.c
index 202b5703..00e40c6a 100644
--- a/src/hppa/Gis_signal_frame.c
+++ b/src/hppa/Gis_signal_frame.c
@@ -1,6 +1,6 @@
/* libunwind - a platform-independent unwind library
Copyright (C) 2004 Hewlett-Packard Co
- Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+ Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of libunwind.
@@ -64,7 +64,7 @@ unw_is_signal_frame (unw_cursor_t *cursor)
return ret;
}
ret = ((w0 == 0x34190000 || w0 == 0x34190002)
- && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
+ && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
Debug (1, "(cursor=%p, ip=0x%08lx) -> %d\n", c, (unsigned) ip, ret);
return ret;
#else