From fb4eeb70f5f5b122319ad3f6474b38b6d4a389dd Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 13 Feb 2014 16:27:50 -0800 Subject: comapi: Remove the comapi interfaces completely Remove the last bits of the comapi interfaces completely. This does not install stub handlers for the INT 20-3Fh handlers, as we don't support loading old COMBOOT/COM32/COM32R images anymore. We could put those back if we really need them. Signed-off-by: H. Peter Anvin --- com32/lib/syslinux/shuffle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/lib/syslinux/shuffle.c') diff --git a/com32/lib/syslinux/shuffle.c b/com32/lib/syslinux/shuffle.c index 2752c881..2e2d6f0e 100644 --- a/com32/lib/syslinux/shuffle.c +++ b/com32/lib/syslinux/shuffle.c @@ -225,7 +225,7 @@ bail: /* Actually do it... */ bios_do_shuffle_and_boot(bootflags, descaddr, dbuf, - (addr_t)dp - (addr_t)dbuf); + (size_t)dp - (size_t)dbuf); return -1; /* Shouldn't have returned! */ } -- cgit v1.2.1