Compile with debug.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Jun 2008 10:55:02 +0000 (10:55 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 6 Jun 2008 10:55:02 +0000 (10:55 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4677 c046a42c-6fe2-441c-8c8c-71466251a162

hw/etraxfs_timer.c

index e0fde9c..7353d45 100644 (file)
@@ -235,7 +235,7 @@ static inline void timer_watchdog_update(struct fs_timer_t *t, uint32_t value)
                return;
 
        D(printf("en=%d new_key=%x oldkey=%x cmd=%d cnt=%d\n", 
-                wd_en, new_key, wd_key, wd_cmd, wd_cnt));
+                wd_en, new_key, wd_key, new_cmd, wd_cnt));
 
        ptimer_set_freq(t->ptimer_wd, 760);
        if (wd_cnt == 0)