| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to inst_table.c CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / i386c / ia32 | 
| 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); | 
| } | } |