Complete RL78/G14 demo.

This commit is contained in:
Richard Barry 2013-03-17 12:12:20 +00:00
parent 3b1ff85222
commit c79a5fe50c
7 changed files with 702 additions and 302 deletions

View file

@ -144,7 +144,7 @@ unsigned long *pulLocal;
/* Write in the parameter value. */
pulLocal = ( unsigned long * ) pxTopOfStack;
*pulLocal = ( unsigned long ) pvParameters;
*pulLocal = ( portSTACK_TYPE ) pvParameters;
pxTopOfStack--;
/* These values are just spacers. The return address of the function