]> git.proxmox.com Git - qemu.git/commit
target-alpha: fix emulation of ecb
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 14:43:11 +0000 (14:43 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 15 Apr 2009 14:43:11 +0000 (14:43 +0000)
commitffc500ea02cdd2fcf3925bc2141309e056643c1f
tree6afc178697a7a36d13a978d9b324f54bb4f92856
parent55d7e8f69d026a3cf9da38621930e988cc974990
target-alpha: fix emulation of ecb

As ECB is a hint, it can be safely emulated as a nop.

This change is necessary to boot Tru64.

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7111 c046a42c-6fe2-441c-8c8c-71466251a162
target-alpha/translate.c