target-alpha: bug fix: avoid nop to override next instruction
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 29 Mar 2009 01:04:39 +0000 (01:04 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 29 Mar 2009 01:04:39 +0000 (01:04 +0000)
commited1dda53d073acdb52889aa30f9d251061b053bd
tree9509c33ef7756297329fb0cbbda16d89d618770a
parentaa4b81806d986e649c35700d552e7ba541c01477
target-alpha: bug fix: avoid nop to override next instruction

While searching PC, always store the pc of a new instruction.
Instructions that didn't generate tcg code (such as nop) prevented the next
one to be referenced.

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@6930 c046a42c-6fe2-441c-8c8c-71466251a162
target-alpha/translate.c