OSDN Git Service

target-alpha: fix extlh instruction
authorVince Weaver <vince@csl.cornell.edu>
Thu, 17 Sep 2009 19:28:52 +0000 (15:28 -0400)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 18 Sep 2009 15:22:37 +0000 (17:22 +0200)
commitdbf95805889fc3d7502e39bbb4c8b7ea5c24fffd
tree440396b7d15eba72fba0541a3f47e9e2186027c1
parent7fd6bf7daecebb8be9a6eac6ddba60b502f70f40
target-alpha: fix extlh instruction

The extlh instruction on Alpha currently doesn't work properly.
It's a combination of a cut/paste bug (16 where it should be 32) as well
as a "shift by 64" bug.

Signed-off-by: Vince Weaver <vince@csl.cornell.edu>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-alpha/translate.c