[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 06/67] target/arm: Introduce pc_read
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 06/67] target/arm: Introduce pc_read |
Date: |
Tue, 6 Aug 2019 08:04:49 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 8/6/19 3:00 AM, Peter Maydell wrote:
> Renaming pc_next would be a cross-target change, so let's put that
> on the shelf for the moment. Maybe just put a TODO comment to the
> effect that we could consider renaming in future ?
I wasn't suggesting renaming the cross-target variable.
I was suggesting shuffling around the current names, and using "pc_next" for
what it sounds like -- the pc of the next insn.
r~