/[dynamips]/upstream/dynamips-0.2.6-RC3/mips64_jit.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /upstream/dynamips-0.2.6-RC3/mips64_jit.c

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

upstream/dynamips-0.2.6-RC2/mips64_jit.c revision 3 by dpavlin, Sat Oct 6 16:05:34 2007 UTC upstream/dynamips-0.2.6-RC3/mips64_jit.c revision 4 by dpavlin, Sat Oct 6 16:06:49 2007 UTC
# Line 680  void *insn_block_execute(cpu_mips_t *cpu Line 680  void *insn_block_execute(cpu_mips_t *cpu
680     if (pthread_create(&timer_irq_thread,NULL,     if (pthread_create(&timer_irq_thread,NULL,
681                        (void *)mips64_timer_irq_run,cpu))                        (void *)mips64_timer_irq_run,cpu))
682     {     {
683        fprintf(stderr,"VM '%s': unable to create Timer IRQ thread for CPU%u.\n",        fprintf(stderr,
684                  "VM '%s': unable to create Timer IRQ thread for CPU%u.\n",
685                cpu->vm->name,cpu->id);                cpu->vm->name,cpu->id);
686        cpu_stop(cpu);        cpu_stop(cpu);
687        return NULL;        return NULL;

Legend:
Removed from v.3  
changed lines
  Added in v.4

  ViewVC Help
Powered by ViewVC 1.1.26