diff options
Diffstat (limited to 'src/stream/fs/fat.c')
-rw-r--r-- | src/stream/fs/fat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/fs/fat.c b/src/stream/fs/fat.c index 540cac370e..01e4e03cc2 100644 --- a/src/stream/fs/fat.c +++ b/src/stream/fs/fat.c @@ -54,7 +54,7 @@ struct fat_superblock #define FAT_CACHE_SIZE 2048 -#if ARCH == 'i386' +#ifdef __i386 static __inline__ unsigned long log2 (unsigned long word) { |