Am 13.05.2013 um 11:28 schrieb Peter Maydell :
> On 13 May 2013 07:57, John Rigby wrote:
>> The cpu_env tcg variable will be used by both the AArch32 and AArch64
>> handling code. Unstaticify it, so that both sides can make use of it.
>>
>> target-arm/translate.c | 2 +-
>> target-arm/translate
On 13 May 2013 07:57, John Rigby wrote:
> The cpu_env tcg variable will be used by both the AArch32 and AArch64
> handling code. Unstaticify it, so that both sides can make use of it.
>
> target-arm/translate.c | 2 +-
> target-arm/translate.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletio
From: Alexander Graf
The cpu_env tcg variable will be used by both the AArch32 and AArch64
handling code. Unstaticify it, so that both sides can make use of it.
Signed-off-by: Alexander Graf
Signed-off-by: John Rigby
---
Changes in v3:
- None because consensus alternative to non static arm cp