revision 36:f581f9c43c43
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 36:f581f9c43c43 |
parent | 35:21a4be098304 |
child | 37:1d84f4c18816 |
author | nkeynes |
date | Mon Dec 26 06:38:13 2005 +0000 (15 years ago) |
Remove RTE log line (not needed anymore)
![]() | src/sh4/sh4core.c | view | annotate | diff | log |
1.1 --- a/src/sh4/sh4core.c Mon Dec 26 03:54:55 2005 +00001.2 +++ b/src/sh4/sh4core.c Mon Dec 26 06:38:13 2005 +00001.3 @@ -1,5 +1,5 @@1.4 /**1.5 - * $Id: sh4core.c,v 1.13 2005-12-26 03:54:55 nkeynes Exp $1.6 + * $Id: sh4core.c,v 1.14 2005-12-26 06:38:13 nkeynes Exp $1.7 *1.8 * SH4 emulation core, and parent module for all the SH4 peripheral1.9 * modules.1.10 @@ -453,7 +453,6 @@1.11 sh4r.pc = sh4r.new_pc;1.12 sh4r.new_pc = sh4r.spc;1.13 sh4_load_sr( sh4r.ssr );1.14 - WARN( "RTE => %08X", sh4r.new_pc );1.15 return TRUE;1.16 default:UNDEF(ir);1.17 }
.