Fixed bug 3601460.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5078 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-01-19 07:45:15 +00:00
parent fecc0fe175
commit f8337aa536
2 changed files with 28 additions and 24 deletions

View File

@ -52,6 +52,9 @@ _port_switch:
.p2align 1, 0
.weak _port_thread_start
_port_thread_start:
#if CH_DBG_SYSTEM_STATE_CHECK
call #dbg_check_unlock
#endif
eint
mov r11, r15
call r10

View File

@ -79,6 +79,7 @@
*****************************************************************************
*** 2.4.4 ***
- FIX: Fixed state checker error in MSP430 port (bug 3601460).
- FIX: Fixed small bug in shell argument parsing code in shell_thread (bug
3599328).
- FIX: Fixed wrong condition in checksum offload of STM32 MAC driver (bug