comparison src/cpu/zero/vm/interpreter_zero.cpp @ 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 da91efe96a93
children de6a9e811145
comparison
equal deleted inserted replaced
12076:6725044c5725 12077:e16282db4946
62 AbstractInterpreter::MethodKind kind) { 62 AbstractInterpreter::MethodKind kind) {
63 if (!InlineIntrinsics) 63 if (!InlineIntrinsics)
64 return NULL; 64 return NULL;
65 65
66 Unimplemented(); 66 Unimplemented();
67 return NULL;
67 } 68 }
68 69
69 address InterpreterGenerator::generate_abstract_entry() { 70 address InterpreterGenerator::generate_abstract_entry() {
70 return generate_entry((address) ShouldNotCallThisEntry()); 71 return generate_entry((address) ShouldNotCallThisEntry());
71 } 72 }