environ-selftests: Ignore -Wself-move warning
[deliverable/binutils-gdb.git] / sim / cris / crisv10f.c
index 001f76335f4d9c8b36b5255de6b29c1045a12f59..27cc162cda921d8db05b69689dcfb1b52fce9cd8 100644 (file)
@@ -1,6 +1,5 @@
 /* CRIS v10 simulator support code
-   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
    Contributed by Axis Communications.
 
 This file is part of the GNU simulators.
@@ -87,7 +86,7 @@ MY (deliver_interrupt) (SIM_CPU *current_cpu,
                            GET_H_SR (H_SR_PRE_V32_IBR) + vec * 4, 4) == 0)
     {
       /* Nothing to do actually; either abort or send a signal.  */
-      sim_core_signal (sd, current_cpu, CIA_GET (current_cpu), 0, 4,
+      sim_core_signal (sd, current_cpu, CPU_PC_GET (current_cpu), 0, 4,
                       GET_H_SR (H_SR_PRE_V32_IBR) + vec * 4,
                       read_transfer, sim_core_unmapped_signal);
       return 0;
This page took 0.023679 seconds and 4 git commands to generate.