diff options
Diffstat (limited to 'examples/test_burst.c')
| -rw-r--r-- | examples/test_burst.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/test_burst.c b/examples/test_burst.c index 3157bc8b0..d8c5ed4a9 100644 --- a/examples/test_burst.c +++ b/examples/test_burst.c @@ -278,7 +278,7 @@ static void test_error(  	p[2] = pattern;  	printf ("\nError at step %s, addr %08lx: read %08lx, pattern %08lx", -		(unsigned long)step, addr, val, pattern); +		step, (unsigned long)addr, val, pattern);  }  static void signal_init(void) |