projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0076d
)
Alpha: Fix a long standing bug where all code ran as PAL code in FS.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 9 Nov 2007 07:50:10 +0000
(23:50 -0800)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 9 Nov 2007 07:50:10 +0000
(23:50 -0800)
--HG--
extra : convert_revision :
654a2376a601ddf91665ca627403518911b32532
src/arch/alpha/predecoder.hh
patch
|
blob
|
history
diff --git
a/src/arch/alpha/predecoder.hh
b/src/arch/alpha/predecoder.hh
index 7a6bb3c026158e8c0cd92766a22734f28af1c825..725b35b9de9eb67413a83f173c0e61f7e931b394 100644
(file)
--- a/
src/arch/alpha/predecoder.hh
+++ b/
src/arch/alpha/predecoder.hh
@@
-74,8
+74,7
@@
namespace AlphaISA
{
ext_inst = inst;
#if FULL_SYSTEM
- if (pc && 0x1)
- ext_inst|=(static_cast<ExtMachInst>(pc & 0x1) << 32);
+ ext_inst|=(static_cast<ExtMachInst>(pc & 0x1) << 32);
#endif
}