Skip to content

Commit

Permalink
Wrong comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
balau committed Apr 15, 2012
1 parent a02a4af commit 1c1097c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qemu-interrupts/vectors.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fiq_handler_addr: .word fiq_handler
vectors_end:

reset_handler:
/* set System stack */
/* set Supervisor stack */
LDR sp, =stack_top
/* copy vector table to address 0 */
BL copy_vectors
Expand All @@ -39,7 +39,7 @@ reset_handler:
LDR sp, =irq_stack_top
/* Enable IRQs */
BIC r0, r0, #0x80
/* go back in System mode */
/* go back in Supervisor mode */
MSR cpsr, r0
/* jump to main */
BL main
Expand Down

0 comments on commit 1c1097c

Please sign in to comment.