summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-22 15:55:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-22 15:55:00 -0600
commitb48799e786f21caa5a9fb24f2b4838d11e3a16be (patch)
treeb78729532381fb634f2b4d1054d003ad4c7080a7 /nuttx/arch/z80
parent1ea606fbcf54f7bb8e3ce9e4c770ec960ee26474 (diff)
downloadnuttx-b48799e786f21caa5a9fb24f2b4838d11e3a16be.tar.gz
nuttx-b48799e786f21caa5a9fb24f2b4838d11e3a16be.tar.bz2
nuttx-b48799e786f21caa5a9fb24f2b4838d11e3a16be.zip
A few fixes for compilation errors due to recent address environment fixes
Diffstat (limited to 'nuttx/arch/z80')
-rw-r--r--nuttx/arch/z80/src/z180/z180_mmu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/arch/z80/src/z180/z180_mmu.c b/nuttx/arch/z80/src/z180/z180_mmu.c
index c54fda148..c4ed03aa4 100644
--- a/nuttx/arch/z80/src/z180/z180_mmu.c
+++ b/nuttx/arch/z80/src/z180/z180_mmu.c
@@ -498,8 +498,7 @@ int up_addrenv_attach(FAR struct task_group_s *group, FAR struct tcb_s *tcb)
*
****************************************************************************/
-int up_addrenv_detach(FAR struct task_group_s *group,
- FAR struct task_group_s *tcb);
+int up_addrenv_detach(FAR struct task_group_s *group, FAR struct tcb_s *tcb);
{
/* There is nothing that needs to be done */