Mercurial > ecos
diff packages/hal/arm/arch/current/src/redboot_linux_exec.c @ 610:9c94e977cc10
fix syntax error
| author | msalter |
|---|---|
| date | Thu, 13 Feb 2003 15:22:34 +0000 |
| parents | bb6fe957336b |
| children | fa95d14326ad |
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/redboot_linux_exec.c +++ b/packages/hal/arm/arch/current/src/redboot_linux_exec.c @@ -8,7 +8,7 @@ //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. // Copyright (C) 2003 Gary Thomas // // eCos is free software; you can redistribute it and/or modify it under @@ -324,7 +324,7 @@ do_exec(int argc, char *argv[]) params = (struct tag *)((long *)params + params->hdr.size); // Fill in the details of the memory layout - CYGHWR_REDBOOT_LINUX_ATAG_MEM(params) + CYGHWR_REDBOOT_LINUX_ATAG_MEM(params); params = (struct tag *)((long *)params + params->hdr.size); if (ramdisk_addr_set) {
