/[qemu]/qemu/op-i386.c
ViewVC logotype

Diff of /qemu/op-i386.c

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

revision 1.46 by bellard, Mon Aug 11 22:19:11 2003 UTC revision 1.47 by bellard, Wed Aug 20 23:02:09 2003 UTC
# Line 457  void OPPROTO op_sti(void) Line 457  void OPPROTO op_sti(void)
457      env->eflags |= IF_MASK;      env->eflags |= IF_MASK;
458  }  }
459    
460    void OPPROTO op_set_inhibit_irq(void)
461    {
462        env->hflags |= HF_INHIBIT_IRQ_MASK;
463    }
464    
465    void OPPROTO op_reset_inhibit_irq(void)
466    {
467        env->hflags &= ~HF_INHIBIT_IRQ_MASK;
468    }
469    
470  #if 0  #if 0
471  /* vm86plus instructions */  /* vm86plus instructions */
472  void OPPROTO op_cli_vm(void)  void OPPROTO op_cli_vm(void)

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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