Diff for /np2/i386c/ia32/inst_table.c between versions 1.10 and 1.12

version 1.10, 2005/03/12 12:32:54 version 1.12, 2011/01/15 18:36:12
Line 1 Line 1
 /*      $Id$    */  
   
 /*  /*
  * Copyright (c) 2002-2003 NONAKA Kimihiro   * Copyright (c) 2002-2003 NONAKA Kimihiro
  * All rights reserved.   * All rights reserved.
Line 61  static void Line 59  static void
 undef_op2(UINT32 v)  undef_op2(UINT32 v)
 {  {
   
         (void)v;  
         EXCEPTION(UD_EXCEPTION, 0);          EXCEPTION(UD_EXCEPTION, 0);
 }  }
   

Removed from v.1.10  
changed lines
  Added in v.1.12


RetroPC.NET-CVS <cvs@retropc.net>