From: kfraser@localhost.localdomain Date: Fri, 5 Jan 2007 15:57:23 +0000 (+0000) Subject: [XEN] Remove an out-of-date comment. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~65 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=415630a22d0fb2121887473f440db95b34b6a26e;p=xen.git [XEN] Remove an out-of-date comment. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/x86_emulate.c b/xen/arch/x86/x86_emulate.c index c9de3a577f..0df20bd961 100644 --- a/xen/arch/x86/x86_emulate.c +++ b/xen/arch/x86/x86_emulate.c @@ -19,15 +19,6 @@ #endif #include -/* - * Opcode effective-address decode tables. - * Note that we only emulate instructions that have at least one memory - * operand (excluding implicit stack references). We assume that stack - * references and instruction fetches will never occur in special memory - * areas that require emulation. So, for example, 'mov ,' need - * not be handled. - */ - /* Operand sizes: 8-bit operands or specified/overridden size. */ #define ByteOp (1<<0) /* 8-bit operands. */ /* Destination operand type. */