Commit 8adbc566c9f2924c97a0953682ceb6ab57b78b47
1 parent
5327cf48
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1211 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/openpic.c
| ... | ... | @@ -629,7 +629,7 @@ static void openpic_timer_write (void *opaque, uint32_t addr, uint32_t val) |
| 629 | 629 | break; |
| 630 | 630 | case 0x10: /* TIBC */ |
| 631 | 631 | if ((opp->timers[idx].ticc & 0x80000000) != 0 && |
| 632 | - (val & 0x800000000) == 0 && | |
| 632 | + (val & 0x80000000) == 0 && | |
| 633 | 633 | (opp->timers[idx].tibc & 0x80000000) != 0) |
| 634 | 634 | opp->timers[idx].ticc &= ~0x80000000; |
| 635 | 635 | opp->timers[idx].tibc = val; | ... | ... |