]> Git Repo - qemu.git/commit - tcg/tcg.c
tcg: mark temps as mem_coherent = 0 for mov with a constant
authorAurelien Jarno <[email protected]>
Mon, 27 Jul 2015 10:55:58 +0000 (12:55 +0200)
committerRichard Henderson <[email protected]>
Mon, 27 Jul 2015 14:25:40 +0000 (07:25 -0700)
commitbbeb82395eaca0e3c38b433b2d2a5bad4a5fbd81
tree535ceb6cee9d95f0689af7c527679a1c0b5a8f6a
parent7df69deadf2f25c19b3ac121404ee31f71dce845
tcg: mark temps as mem_coherent = 0 for mov with a constant

When a constant has to be loaded in a mov op, we fail to set
mem_coherent = 0. This patch fixes that.

Cc: Richard Henderson <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
Message-Id: <1437994568[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
tcg/tcg.c
This page took 0.024905 seconds and 4 git commands to generate.