]> git.proxmox.com Git - mirror_qemu.git/commit
target/openrisc: Put SR[OVE] in TB flags
authorRichard Henderson <rth@twiddle.net>
Wed, 18 Feb 2015 20:34:56 +0000 (12:34 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 13 Feb 2017 21:14:59 +0000 (08:14 +1100)
commit0c53d7342b4e8412f3b81eed67f053304813dc5d
treedf1313a2cc5750bc9801b953072afab91d836248
parent9ecaa27e7123211f45ca723a736ffae14f6c1f42
target/openrisc: Put SR[OVE] in TB flags

Removes a call at execution time for overflow exceptions.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target/openrisc/cpu.h
target/openrisc/exception_helper.c
target/openrisc/translate.c