Alpha: Fix a long standing bug where all code ran as PAL code in FS.
--HG-- extra : convert_revision : 654a2376a601ddf91665ca627403518911b32532
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user