diff --git a/arch/avr/src/atmega/atmega_head.S b/arch/avr/src/atmega/atmega_head.S index e2bf17c9189..2fd55b88591 100755 --- a/arch/avr/src/atmega/atmega_head.S +++ b/arch/avr/src/atmega/atmega_head.S @@ -368,6 +368,9 @@ vectortab: .func __start __start: + /* no interrupts! Useful for software reset by jumping to address 0 */ + cli + /* Clear the zero register, clear the status register and initialize the * IDLE thread stack */