From: Alan Cox Date: Thu, 12 Mar 2015 10:00:12 +0000 (+0000) Subject: 8086: sync cpu.h definitions add inline define X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b14ca2c46dd6ab4e8966ba0a30291f80e71593f6;p=FUZIX.git 8086: sync cpu.h definitions add inline define --- diff --git a/Kernel/cpu-8086/cpu.h b/Kernel/cpu-8086/cpu.h index b39729e3..19c39b76 100644 --- a/Kernel/cpu-8086/cpu.h +++ b/Kernel/cpu-8086/cpu.h @@ -54,12 +54,8 @@ typedef union { /* this structure is endian dependent */ /* Sane behaviour for unused parameters */ #define used(x) -/* We don't yet have bank attributes and banking for 6502 */ -#define CODE1 -#define CODE2 -#define COMMON -#define VIDEO -#define DISCARD +/* No inline or const */ +#define inline #define const