]> xenbits.xensource.com Git - qemu-xen-unstable.git/commit
target/openrisc: Add DisasContext parameter to check_r0_write
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 6 May 2019 19:22:42 +0000 (12:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:47:36 +0000 (12:47 -0700)
commitcdd0f459ae331eb34887d38ea37ac22401e5e064
tree3a35a92400bac1e1a93cbaf1025fa9a40fe9c2d3
parenta8b5ad8e1faef0d1bb3e550530328e8ec76fe87c
target/openrisc: Add DisasContext parameter to check_r0_write

We will need this context in the next patch.

Reviewed-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/openrisc/translate.c