More white space fixes.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2026 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2010-06-19 12:01:30 +00:00
parent ed7165dcb4
commit 8cb7a02ded
2 changed files with 2 additions and 3 deletions

View File

@ -33,7 +33,7 @@
regarm_t _port_saved_pc; regarm_t _port_saved_pc;
/** /**
* @brief IRQ nesting counter. * @brief IRQ nesting counter.
*/ */
unsigned _port_irq_nesting; unsigned _port_irq_nesting;
@ -70,7 +70,7 @@ void _port_switch_from_irq(void) {
"push {r0, r1, lr} \n\t" "push {r0, r1, lr} \n\t"
"ldr r0, =_port_saved_pc \n\t" "ldr r0, =_port_saved_pc \n\t"
"ldr r0, [r0] \n\t" "ldr r0, [r0] \n\t"
"add r0, r0, #1 \n\t" "add r0, r0, #1 \n\t"
"str r0, [sp, #28]"); "str r0, [sp, #28]");
chSchDoRescheduleI(); chSchDoRescheduleI();

View File

@ -34,7 +34,6 @@
asm volatile ("push {r4, r5, r6, r7, r8, r9, r10, r11, lr}"); \ asm volatile ("push {r4, r5, r6, r7, r8, r9, r10, r11, lr}"); \
} }
/** /**
* @brief Internal context unstacking. * @brief Internal context unstacking.
*/ */