projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e176c7d
)
Cleaned up disassembly a little.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 29 Jan 2007 15:49:59 +0000
(10:49 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 29 Jan 2007 15:49:59 +0000
(10:49 -0500)
--HG--
extra : convert_revision :
4665ac7760c9b78a1d7699ceeb541b694211a947
src/arch/sparc/isa/formats/branch.isa
patch
|
blob
|
history
diff --git
a/src/arch/sparc/isa/formats/branch.isa
b/src/arch/sparc/isa/formats/branch.isa
index 2db7563200e67f861181bcf49dfb7be4347e2704..59c6346d6dbd0dae318f610c5c42ddcfaef6ba72 100644
(file)
--- 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();
}