projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47994e1
)
target/hppa: use tb_cflags() to access tb->cflags
author
Emilio G. Cota
<cota@braap.org>
Thu, 15 Feb 2018 03:05:46 +0000
(22:05 -0500)
committer
Richard Henderson
<richard.henderson@linaro.org>
Wed, 6 Feb 2019 10:49:21 +0000
(10:49 +0000)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <
1518663946
-2326-1-git-send-email-cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c
patch
|
blob
|
history
diff --git
a/target/hppa/translate.c
b/target/hppa/translate.c
index ce05d5619d44a4bfd4ae2e8f85414029363b66a6..51bfd9849d12c90de471da2ff01b350bb3b14085 100644
(file)
--- a/
target/hppa/translate.c
+++ b/
target/hppa/translate.c
@@
-2059,7
+2059,7
@@
static DisasJumpType trans_mfctl(DisasContext *ctx, uint32_t insn,
/* FIXME: Respect PSW_S bit. */
nullify_over(ctx);
tmp = dest_gpr(ctx, rt);
- if (
ctx->base.tb->cflags
& CF_USE_ICOUNT) {
+ if (
tb_cflags(ctx->base.tb)
& CF_USE_ICOUNT) {
gen_io_start();
gen_helper_read_interval_timer(tmp);
gen_io_end();