Commit 96768ff79c18b8eb14062bcff76677a440b7abdd
1 parent
dcf3a079
Compile with debug.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4677 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/etraxfs_timer.c
... | ... | @@ -235,7 +235,7 @@ static inline void timer_watchdog_update(struct fs_timer_t *t, uint32_t value) |
235 | 235 | return; |
236 | 236 | |
237 | 237 | D(printf("en=%d new_key=%x oldkey=%x cmd=%d cnt=%d\n", |
238 | - wd_en, new_key, wd_key, wd_cmd, wd_cnt)); | |
238 | + wd_en, new_key, wd_key, new_cmd, wd_cnt)); | |
239 | 239 | |
240 | 240 | ptimer_set_freq(t->ptimer_wd, 760); |
241 | 241 | if (wd_cnt == 0) | ... | ... |