aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/unwind.h')
-rw-r--r--include/asm-ia64/unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/unwind.h b/include/asm-ia64/unwind.h
index 5df0276b0493..1af3875f1a57 100644
--- a/include/asm-ia64/unwind.h
+++ b/include/asm-ia64/unwind.h
@@ -81,7 +81,7 @@ struct unw_frame_info {
struct unw_ireg {
unsigned long *loc;
struct unw_ireg_nat {
- long type : 3; /* enum unw_nat_type */
+ unsigned long type : 3; /* enum unw_nat_type */
signed long off : 61; /* NaT word is at loc+nat.off */
} nat;
} r4, r5, r6, r7;