|
|
| version 1.7, 2004/03/05 14:17:35 | version 1.10, 2011/01/15 17:17:23 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2004 NONAKA Kimihiro | * Copyright (c) 2004 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 12 | Line 10 |
| * 2. Redistributions in binary form must reproduce the above copyright | * 2. Redistributions in binary form must reproduce the above copyright |
| * notice, this list of conditions and the following disclaimer in the | * notice, this list of conditions and the following disclaimer in the |
| * documentation and/or other materials provided with the distribution. | * documentation and/or other materials provided with the distribution. |
| * 3. The name of the author may not be used to endorse or promote products | |
| * derived from this software without specific prior written permission. | |
| * | * |
| * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| Line 332 static const char *opcode2_g9[8] = { | Line 328 static const char *opcode2_g9[8] = { |
| NULL, "cmpxchg8b", NULL, NULL, NULL, NULL, NULL, NULL | NULL, "cmpxchg8b", NULL, NULL, NULL, NULL, NULL, NULL |
| }; | }; |
| #if 0 | |
| static const char *sep[2] = { " ", ", " }; | static const char *sep[2] = { " ", ", " }; |
| #endif | |
| /* | /* |
| Line 383 disasm_codefetch_1(disasm_context_t *ctx | Line 381 disasm_codefetch_1(disasm_context_t *ctx |
| return 0; | return 0; |
| } | } |
| #if 0 | |
| static int | static int |
| disasm_codefetch_2(disasm_context_t *ctx) | disasm_codefetch_2(disasm_context_t *ctx) |
| { | { |
| Line 632 ea(disasm_context_t *ctx) | Line 631 ea(disasm_context_t *ctx) |
| return 0; | return 0; |
| } | } |
| #endif | |
| /* | /* |
| * get opcode | * get opcode |