cleanup fixes for inf-ptrace.c
[deliverable/binutils-gdb.git] / sim / m32r / mloop.in
index b79b756e91c06e94594f3b59e52480b655702577..8b2c30a307a6967babdb4a2b385265652c0bb21f 100644 (file)
@@ -1,21 +1,21 @@
 # Simulator main loop for m32r. -*- C -*-
-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+#
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Simulators.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Syntax:
 # /bin/sh mainloop.in command
@@ -253,7 +253,7 @@ cat <<EOF
            {
              /* ??? Defer signalling to execution.  */
              if ((insn & 0x7fff) != 0x7000) /* parallel nops are ok */
-               sim_engine_invalid_insn (current_cpu, pc - 2);
+               sim_engine_invalid_insn (current_cpu, pc - 2, 0);
              /* There's no point in processing parallel nops in fast mode.
                 We might as well do this test since we've already tested
                 that we have a parallel nop.  */
This page took 0.024005 seconds and 4 git commands to generate.