diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-01-29 10:49:59 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-01-29 10:49:59 -0500 |
commit | fc7e36553bb707666bae677c8f80dc4aa606c46a (patch) | |
tree | ce39c818d9a519a41b19e9ab65f97d914cf8776b /src/arch/sparc/isa/formats/branch.isa | |
parent | e176c7d1ff5b4470a7602b124eebe1db9e63660d (diff) | |
download | gem5-fc7e36553bb707666bae677c8f80dc4aa606c46a.tar.xz |
Cleaned up disassembly a little.
--HG--
extra : convert_revision : 4665ac7760c9b78a1d7699ceeb541b694211a947
Diffstat (limited to 'src/arch/sparc/isa/formats/branch.isa')
-rw-r--r-- | src/arch/sparc/isa/formats/branch.isa | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/arch/sparc/isa/formats/branch.isa b/src/arch/sparc/isa/formats/branch.isa index 2db756320..59c6346d6 100644 --- a/src/arch/sparc/isa/formats/branch.isa +++ b/src/arch/sparc/isa/formats/branch.isa @@ -1,4 +1,4 @@ -// Copyright (c) 2006 The Regents of The University of Michigan +// Copyright (c) 2006-2007 The Regents of The University of Michigan // All rights reserved. // // Redistribution and use in source and binary forms, with or without @@ -178,10 +178,6 @@ output decoder {{ else ccprintf(response, ">"); } - else - { - ccprintf(response, "<%d>", target); - } return response.str(); } |