mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Missed a couple. Hopefully fix all warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13234 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
26d242ae65
commit
8676dc25f5
22 changed files with 32 additions and 32 deletions
|
@ -1157,7 +1157,7 @@ int main(void* parameter)
|
|||
#endif
|
||||
|
||||
/* init the worker thread */
|
||||
stack = rb->plugin_get_buffer(&stacksize); /* use the rest as stack */
|
||||
stack = rb->plugin_get_buffer((size_t *)&stacksize); /* use the rest as stack */
|
||||
stack = (void*)(((unsigned int)stack + 100) & ~3); /* a bit away, 32 bit align */
|
||||
stacksize = (stacksize - 100) & ~3;
|
||||
if (stacksize < DEFAULT_STACK_SIZE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue