From 36c2586f9287814635f12a13a783ebb79338046c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 10 Jul 2009 19:07:54 +0000 Subject: 2009-07-09 Josh Switnicki * cpu_asm.S: Fixed bug in _CPU_Context_Switch. The wrong registers were being used for pointer to running task Context_Control struct. --- cpukit/score/cpu/avr/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/avr/ChangeLog') diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog index 2b75319224..51ea845efc 100644 --- a/cpukit/score/cpu/avr/ChangeLog +++ b/cpukit/score/cpu/avr/ChangeLog @@ -1,4 +1,10 @@ -2009-07-03 Josh Switnicki +2009-07-09 Josh Switnicki + + * cpu_asm.S: Fixed bug in _CPU_Context_Switch. The wrong registers + were being used for pointer to running task Context_Control + struct. + +2009-07-03 Josh Switnicki * cpu.c: Implemented _CPU_Context_Initialize as a C function instead of a macro. It works with limited functionality. Implemented -- cgit v1.2.3