filename | src/sh4/sh4core.c |
changeset | 36:f581f9c43c43 |
prev | 35:21a4be098304 |
next | 38:9ccc7ac66a9d |
author | nkeynes |
date | Mon Dec 26 06:38:13 2005 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Remove RTE log line (not needed anymore) |
file | annotate | diff | log | raw |
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 }
.