Message ID | 20170828035327.17146-1-bobby.prani@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 08/27/2017 08:53 PM, Pranith Kumar wrote: > Update the comment which is not true since MTTCG. > > Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> > --- > target/arm/translate-a64.c | 4 ---- > 1 file changed, 4 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c index 2200e25be0..f42b155d7d 100644 --- a/target/arm/translate-a64.c +++ b/target/arm/translate-a64.c @@ -2012,10 +2012,6 @@ static void disas_ldst_excl(DisasContext *s, uint32_t insn) } tcg_addr = read_cpu_reg_sp(s, rn, 1); - /* Note that since TCG is single threaded load-acquire/store-release - * semantics require no extra if (is_lasr) { ... } handling. - */ - if (is_excl) { if (!is_store) { s->is_ldex = true;
Update the comment which is not true since MTTCG. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> --- target/arm/translate-a64.c | 4 ---- 1 file changed, 4 deletions(-)