From 08317c77445ef454715c219e64661f70a68491d6 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 25 Oct 2008 17:09:13 +0000 Subject: [PATCH] - Removed DEADBEEF-garbage git-svn-id: http://moon:8086/svn/vhdl/trunk@114 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/CPUs/MIPS/src/core/mips_cop.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CPUs/MIPS/src/core/mips_cop.vhd b/lib/CPUs/MIPS/src/core/mips_cop.vhd index d1c5e66..350aab3 100644 --- a/lib/CPUs/MIPS/src/core/mips_cop.vhd +++ b/lib/CPUs/MIPS/src/core/mips_cop.vhd @@ -338,7 +338,7 @@ cop_register_read: reg := test_reg; when others => - reg := X"DEADBEEF"; + reg := (others => '-'); end case; dout <= reg;