diff options
-rw-r--r-- | include/asm-x86_64/unwind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-x86_64/unwind.h b/include/asm-x86_64/unwind.h index b8fa5cb7ff88..2e7ff10fd775 100644 --- a/include/asm-x86_64/unwind.h +++ b/include/asm-x86_64/unwind.h | |||
@@ -99,8 +99,8 @@ static inline int arch_unw_user_mode(const struct unwind_frame_info *info) | |||
99 | 99 | ||
100 | #else | 100 | #else |
101 | 101 | ||
102 | #define UNW_PC(frame) ((void)(frame), 0) | 102 | #define UNW_PC(frame) ((void)(frame), 0UL) |
103 | #define UNW_SP(frame) ((void)(frame), 0) | 103 | #define UNW_SP(frame) ((void)(frame), 0UL) |
104 | 104 | ||
105 | static inline int arch_unw_user_mode(const void *info) | 105 | static inline int arch_unw_user_mode(const void *info) |
106 | { | 106 | { |