direct-io.hg
changeset 9610:7a41b35d73f4
Fix a couple of typos.
Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Mon Apr 10 17:28:02 2006 +0100 (2006-04-10) |
parents | c89d62e7015a |
children | 8e78e6b391e0 |
files | tools/ioemu/hw/vga.c xen/Makefile |
line diff
1.1 --- a/tools/ioemu/hw/vga.c Mon Apr 10 17:25:42 2006 +0100 1.2 +++ b/tools/ioemu/hw/vga.c Mon Apr 10 17:28:02 2006 +0100 1.3 @@ -1378,7 +1378,7 @@ static inline unsigned int cpuid_edx(uns 1.4 : "=a" (eax), "=d" (edx) 1.5 : "0" (op) 1.6 : "cx"); 1.7 -#undef __ebx 1.8 +#undef __bx 1.9 1.10 return edx; 1.11 }