From 6cfe4176f506ba0bdcb54a016da0d8063913e9c4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 8 Nov 2007 23:50:10 -0800 Subject: Alpha: Fix a long standing bug where all code ran as PAL code in FS. --HG-- extra : convert_revision : 654a2376a601ddf91665ca627403518911b32532 --- src/arch/alpha/predecoder.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/arch/alpha/predecoder.hh b/src/arch/alpha/predecoder.hh index 7a6bb3c02..725b35b9d 100644 --- 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(pc & 0x1) << 32); + ext_inst|=(static_cast(pc & 0x1) << 32); #endif } -- cgit v1.2.3