On 06.07.2013, at 12:24, Peter Maydell wrote:
> On 6 July 2013 01:36, Alexander Graf wrote:
>> When we get a segmentation fault we check whether the fault was a write. If
>> it was a write, it might be a fault because we tried to modify a code region.
>>
>> This logic does not work on ARM hosts
On 6 July 2013 01:36, Alexander Graf wrote:
> When we get a segmentation fault we check whether the fault was a write. If
> it was a write, it might be a fault because we tried to modify a code region.
>
> This logic does not work on ARM hosts, because they don't evaluate whether a
> segementation
When we get a segmentation fault we check whether the fault was a write. If
it was a write, it might be a fault because we tried to modify a code region.
This logic does not work on ARM hosts, because they don't evaluate whether a
segementation fault is due to a write. Instead they always declare