# 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 --git a/libinterp/interp-core/jit-ir.cc b/libinterp/interp-core/jit-ir.cc --- a/libinterp/interp-core/jit-ir.cc +++ b/libinterp/interp-core/jit-ir.cc @@ -97,6 +97,8 @@ (*iter)->print_dom (os); } os << std::endl; + + return os; } void