/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.135 by bellard, Sat Sep 3 17:55:47 2005 UTC revision 1.136 by bellard, Sat Sep 3 21:33:43 2005 UTC
# Line 876  static void host_alarm_handler(int host_ Line 876  static void host_alarm_handler(int host_
876          /* stop the cpu because a timer occured */          /* stop the cpu because a timer occured */
877          cpu_interrupt(global_env, CPU_INTERRUPT_EXIT);          cpu_interrupt(global_env, CPU_INTERRUPT_EXIT);
878  #ifdef USE_KQEMU  #ifdef USE_KQEMU
879          kqemu_cpu_interrupt(global_env);          if (global_env->kqemu_enabled) {
880                kqemu_cpu_interrupt(global_env);
881            }
882  #endif  #endif
883      }      }
884  }  }

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26