# HG changeset patch # User Michael Goffioul # Date 1346338376 -3600 # Node ID 4f1a4923a19ebd2c604b825dd96dbbca48d5d8dd # Parent cd8248cc6020b7783dd1b89d6a83a828145c3b90 Add missing return value in JIT code. * libinterp/interp-core/jit-ir.cc (jit_block_list::print_dom): Add return statement. diff -r cd8248cc6020 -r 4f1a4923a19e libinterp/interp-core/jit-ir.cc --- a/libinterp/interp-core/jit-ir.cc Thu Aug 30 15:52:50 2012 +0100 +++ b/libinterp/interp-core/jit-ir.cc Thu Aug 30 15:52:56 2012 +0100 @@ -97,6 +97,8 @@ (*iter)->print_dom (os); } os << std::endl; + + return os; } void