From: Andrew Schultz Date: Tue, 3 Feb 2004 20:09:09 +0000 (-0500) Subject: Fix improper shift for loading address X-Git-Tag: stable_2012_02_02~553^2~2^2~40 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76461ae54f89af5580df7eb6d26efe7ee94b8e11;p=gem5.git Fix improper shift for loading address --- diff --git a/system/alpha/palcode/platform_m5.s b/system/alpha/palcode/platform_m5.s index 9f73767c9..f457147ea 100644 --- a/system/alpha/palcode/platform_m5.s +++ b/system/alpha/palcode/platform_m5.s @@ -799,9 +799,9 @@ sys_int_20: or r31,3,r16 // a0 means it is a I/O interrupt bis r31,0x801,r8 - sll r8,4,r8 + sll r8,16,r8 bis r8,0xa000,r8 - sll r8,4,r8 + sll r8,16,r8 bis r8,0x80,r8 ldl_p r9, 0(r8) // read the MISC register