commit | 0fd72d3f13e8f2e24e4c07f26cb2e88f2e55b728 | [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 | 702c7b42a8b2b8bf5b56b02d703b910b002e7d75 [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>