On 01/28/2011 11:27 PM, Blue Swirl wrote:
On Fri, Jan 28, 2011 at 1:55 PM, Fabien Chouteau wrote:
On 01/27/2011 11:40 AM, Fabien Chouteau wrote:
The "leon3_cache_control_int" (op_helper.c) function is called within
leon3.c
which leads to segfault error with the global "env".
Now cache control
On Fri, Jan 28, 2011 at 1:55 PM, Fabien Chouteau wrote:
> On 01/27/2011 11:40 AM, Fabien Chouteau wrote:
>>
>> The "leon3_cache_control_int" (op_helper.c) function is called within
>> leon3.c
>> which leads to segfault error with the global "env".
>>
>> Now cache control is a CPU feature and every
On 01/27/2011 11:40 AM, Fabien Chouteau wrote:
The "leon3_cache_control_int" (op_helper.c) function is called within leon3.c
which leads to segfault error with the global "env".
Now cache control is a CPU feature and everything is handled in op_helper.c.
Signed-off-by: Fabien Chouteau
---
hw/
The "leon3_cache_control_int" (op_helper.c) function is called within leon3.c
which leads to segfault error with the global "env".
Now cache control is a CPU feature and everything is handled in op_helper.c.
Signed-off-by: Fabien Chouteau
---
hw/leon3.c |1 -
target-sparc/cpu.