cpu-8080: remove a fixed fixme
authorAlan Cox <alan@linux.intel.com>
Tue, 12 Mar 2019 00:06:44 +0000 (00:06 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 12 Mar 2019 00:06:44 +0000 (00:06 +0000)
Kernel/cpu-8080/cpu.h

index a0e5c48..3d9bb40 100644 (file)
@@ -72,7 +72,6 @@ typedef union {            /* this structure is endian dependent */
 /* Deal with SDCC code gen issue */
 #define HIBYTE32(x)    (((uint8_t *)&(x))[3])
 
-/* FIXME: check this */
 /* ack8080 does not support attribute(packed) but then it also doesn't insert
    padding either */