Browse Source

avr: fix assembly comment regarding data/stack

pull/13/head
Ayke van Laethem 6 years ago
parent
commit
8b94fe9205
No known key found for this signature in database GPG Key ID: E97FF5335DFDFDED
  1. 2
      targets/avr.S

2
targets/avr.S

@ -17,7 +17,7 @@ reset:
out 0x3d, xl; SPL
out 0x3e, xh; SPH
; Add one to the stack pointer, so it doesn't point in the .data section.
; Subtract one from the stack pointer, so it doesn't point in the .data section.
push r0
; Initialize .data

Loading…
Cancel
Save