| OLD | NEW |
| 1 /* m32r2 simulator support code | 1 /* m32r2 simulator support code |
| 2 Copyright (C) 1997-1998, 2003, 2007-2012 Free Software Foundation, | 2 Copyright (C) 1997-2013 Free Software Foundation, Inc. |
| 3 Inc. | |
| 4 Contributed by Cygnus Support. | 3 Contributed by Cygnus Support. |
| 5 | 4 |
| 6 This file is part of GDB, the GNU debugger. | 5 This file is part of GDB, the GNU debugger. |
| 7 | 6 |
| 8 This program is free software; you can redistribute it and/or modify | 7 This program is free software; you can redistribute it and/or modify |
| 9 it under the terms of the GNU General Public License as published by | 8 it under the terms of the GNU General Public License as published by |
| 10 the Free Software Foundation; either version 3 of the License, or | 9 the Free Software Foundation; either version 3 of the License, or |
| 11 (at your option) any later version. | 10 (at your option) any later version. |
| 12 | 11 |
| 13 This program is distributed in the hope that it will be useful, | 12 This program is distributed in the hope that it will be useful, |
| (...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 | 303 |
| 305 int | 304 int |
| 306 m32r2f_model_m32r2_u_store (SIM_CPU *cpu, const IDESC *idesc, | 305 m32r2f_model_m32r2_u_store (SIM_CPU *cpu, const IDESC *idesc, |
| 307 int unit_num, int referenced, | 306 int unit_num, int referenced, |
| 308 INT src1, INT src2) | 307 INT src1, INT src2) |
| 309 { | 308 { |
| 310 return idesc->timing->units[unit_num].done; | 309 return idesc->timing->units[unit_num].done; |
| 311 } | 310 } |
| 312 | 311 |
| 313 #endif /* WITH_PROFILE_MODEL_P */ | 312 #endif /* WITH_PROFILE_MODEL_P */ |
| OLD | NEW |