diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 10:55:02 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 10:55:02 +0000 |
commit | 96768ff79c18b8eb14062bcff76677a440b7abdd (patch) | |
tree | d0e8b67c5240d2ab46c6d9eecfac91da590bfc98 /hw/etraxfs_timer.c | |
parent | dcf3a079e5e09c85712cfa4c090f226049075541 (diff) | |
download | qemu-96768ff79c18b8eb14062bcff76677a440b7abdd.tar.gz qemu-96768ff79c18b8eb14062bcff76677a440b7abdd.tar.bz2 qemu-96768ff79c18b8eb14062bcff76677a440b7abdd.zip |
Compile with debug.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4677 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/etraxfs_timer.c')
-rw-r--r-- | hw/etraxfs_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c index e0fde9c2c1..7353d45dec 100644 --- a/hw/etraxfs_timer.c +++ b/hw/etraxfs_timer.c @@ -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) |