On 18 March 2013 16:45, Andreas Färber <afaer...@suse.de> wrote:
> Am 18.03.2013 17:30, schrieb Peter Maydell:
>> diff --git a/hw/armv7m_nvic.c b/hw/armv7m_nvic.c
>> index d198cfd..b2a7fb7 100644
>> --- a/hw/armv7m_nvic.c
>> +++ b/hw/armv7m_nvic.c
>> @@ -458,10 +458,10 @@ static void armv7m_nvic_reset(DeviceState *dev)
>>       * as enabled by default, and with a priority mask which allows
>>       * all interrupts through.
>>       */
>> -    s->gic.cpu_enabled[0] = 1;
>> +    s->gic.cpu_enabled[0] = false;
>
> true?

Doh. Forgot to run my armv7m test case, which would have caught this.

-- PMM

Reply via email to