From 43041fec8ce50f1240b34f7fa630867633bb3ccb Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 7 May 2003 23:48:05 +0000 Subject: Actually use the correct values for AMD64. It is a 64 bit platform, configure gdtoa as such. --- lib/libc/amd64/arith.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/amd64/arith.h b/lib/libc/amd64/arith.h index d1bcfb6..202264d 100644 --- a/lib/libc/amd64/arith.h +++ b/lib/libc/amd64/arith.h @@ -6,3 +6,7 @@ #define IEEE_8087 #define Arith_Kind_ASL 1 +#define Long int +#define Intcast (int)(long) +#define Double_Align +#define X64_bit_pointers -- cgit v1.1