Skip to content
Snippets Groups Projects
Commit a8b01dd8 authored by Paul Brook's avatar Paul Brook
Browse files

Fix RTC breakage from r7031.


Signed-off-by: default avatarPaul Brook <paul@codesourcery.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7062 c046a42c-6fe2-441c-8c8c-71466251a162
parent 930c8682
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ static void rtc_timer_update(RTCState *s, int64_t current_time)
/* disable periodic timer if hpet is in legacy mode, since interrupts are
* disabled anyway.
*/
enable_pie = hpet_in_legacy_mode();
enable_pie = !hpet_in_legacy_mode();
#else
enable_pie = 1;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment