2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* bootcard.c, bspgetworkarea.c, bsppretaskinghook.c,
	include/bootcard.h: Change size_t to ssize_t on bsp_get_work_area().
	On 16-bit architectures, size_t can be 16-bits which would limit the
	work area to 64K.
This commit is contained in:
Joel Sherrill
2008-10-02 19:13:05 +00:00
parent 12838f7579
commit 61814f978e
5 changed files with 26 additions and 20 deletions

View File

@@ -1,7 +1,5 @@
/*
* This is a shared BSP pretasking hook which does nothing.
* If all the BSP needs to do is initialize the C library,
* then it can rely on bootcard.c and provide bsp_get_work_area().
*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).