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

Diff of /qemu/vl.c

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

revision 1.17 by bellard, Thu Aug 21 23:25:21 2003 UTC revision 1.18 by bellard, Tue Sep 16 21:46:04 2003 UTC
# Line 3247  int main_loop(void *opaque) Line 3247  int main_loop(void *opaque)
3247      }      }
3248    
3249      for(;;) {      for(;;) {
   
3250          ret = cpu_x86_exec(env);          ret = cpu_x86_exec(env);
3251          if (reset_requested)          if (reset_requested)
3252              break;              break;
# Line 3648  int main(int argc, char **argv) Line 3647  int main(int argc, char **argv)
3647      } else {      } else {
3648  #ifdef CONFIG_SDL  #ifdef CONFIG_SDL
3649          sdl_display_init(ds);          sdl_display_init(ds);
3650          /* the pthreads modify sigaction. We don't want that. */          /* SDL use the pthreads and they modify sigaction. We don't
3651               want that. */
3652    #if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 3)
3653    #define sigaction __libc_sigaction
3654    #else
3655  #define sigaction __sigaction  #define sigaction __sigaction
3656    #endif
3657  #else  #else
3658          dumb_display_init(ds);          dumb_display_init(ds);
3659  #endif  #endif

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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