Skip to content
Snippets Groups Projects
Commit 3ea0037f authored by Scott McNutt's avatar Scott McNutt
Browse files

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: default avatarScott McNutt <smcnutt@psyent.com>
parent 64da04d2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment