commit | 3ea0037f2337de692b5fd2b6a4449db1de3067a2 | [log] [tgz] |
---|---|---|
author | Scott McNutt <smcnutt@psyent.com> | Sun Mar 21 21:24:43 2010 -0400 |
committer | Scott McNutt <smcnutt@psyent.com> | Fri Apr 02 12:28:41 2010 -0400 |
tree | dc79b32082081baa60f5ef8e43ca774814e5eeba | |
parent | 64da04d24ea685483f9afa07088f76931b6c0e01 [diff] |
nios2: Fix outx/writex parameter order in io.h The outx/writex macros were using writex(addr, val) rather than the standard writex(val, addr), resulting in incompatibilty with architecture independent components. This change set uses standard parameter order. Signed-off-by: Scott McNutt <smcnutt@psyent.com>