ia64/xen-unstable
changeset 13283:a22258c9fe75
[XEN] Remove an out-of-date comment.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kfraser@localhost.localdomain |
---|---|
date | Fri Jan 05 15:57:23 2007 +0000 (2007-01-05) |
parents | df00f7a98821 |
children | e81c9fc5b431 |
files | xen/arch/x86/x86_emulate.c |
line diff
1.1 --- a/xen/arch/x86/x86_emulate.c Fri Jan 05 15:54:06 2007 +0000 1.2 +++ b/xen/arch/x86/x86_emulate.c Fri Jan 05 15:57:23 2007 +0000 1.3 @@ -19,15 +19,6 @@ 1.4 #endif 1.5 #include <asm-x86/x86_emulate.h> 1.6 1.7 -/* 1.8 - * Opcode effective-address decode tables. 1.9 - * Note that we only emulate instructions that have at least one memory 1.10 - * operand (excluding implicit stack references). We assume that stack 1.11 - * references and instruction fetches will never occur in special memory 1.12 - * areas that require emulation. So, for example, 'mov <imm>,<reg>' need 1.13 - * not be handled. 1.14 - */ 1.15 - 1.16 /* Operand sizes: 8-bit operands or specified/overridden size. */ 1.17 #define ByteOp (1<<0) /* 8-bit operands. */ 1.18 /* Destination operand type. */