comparison src/os_cpu/bsd_zero/vm/thread_bsd_zero.hpp @ 12077:e16282db4946

8022956: Clang: enable return type warnings on BSD Reviewed-by: coleenp, sla
author twisti
date Tue, 20 Aug 2013 10:57:50 -0700
parents f08d439fab8c
children de6a9e811145
comparison
equal deleted inserted replaced
12076:6725044c5725 12077:e16282db4946
108 public: 108 public:
109 bool pd_get_top_frame_for_signal_handler(frame* fr_addr, 109 bool pd_get_top_frame_for_signal_handler(frame* fr_addr,
110 void* ucontext, 110 void* ucontext,
111 bool isInJava) { 111 bool isInJava) {
112 ShouldNotCallThis(); 112 ShouldNotCallThis();
113 return false;
113 } 114 }
114 115
115 // These routines are only used on cpu architectures that 116 // These routines are only used on cpu architectures that
116 // have separate register stacks (Itanium). 117 // have separate register stacks (Itanium).
117 static bool register_stack_overflow() { return false; } 118 static bool register_stack_overflow() { return false; }