From: Alan Cox Date: Tue, 12 Mar 2019 00:06:44 +0000 (+0000) Subject: cpu-8080: remove a fixed fixme X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=995115e714ac3a0a1ffc53e599083c08eb1ec60a;p=FUZIX.git cpu-8080: remove a fixed fixme --- diff --git a/Kernel/cpu-8080/cpu.h b/Kernel/cpu-8080/cpu.h index a0e5c48a..3d9bb400 100644 --- a/Kernel/cpu-8080/cpu.h +++ b/Kernel/cpu-8080/cpu.h @@ -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 */