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:
Gabe Black
2007-11-08 23:50:10 -08:00
parent 7c0076d5f3
commit 6cfe4176f5

View File

@@ -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
}