sim: mn10300: tweak engine halt hook
[deliverable/binutils-gdb.git] / sim / common / sim-config.c
index 59ee2d8f322a1a23e367df73d6ee4f5094801e22..df99d6a957fd64fc24829cc011bc8457cfea4631 100644 (file)
@@ -19,6 +19,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+/* This must come before any other includes.  */
+#include "defs.h"
 
 #include "sim-main.h"
 #include "sim-assert.h"
@@ -294,7 +296,7 @@ sim_config (SIM_DESC sd)
 
 
 void
-sim_print_config (SIM_DESC sd)
+sim_config_print (SIM_DESC sd)
 {
   sim_io_printf (sd, "WITH_TARGET_BYTE_ORDER = %s\n",
                 config_byte_order_to_a (WITH_TARGET_BYTE_ORDER));
This page took 0.024121 seconds and 4 git commands to generate.