From 995115e714ac3a0a1ffc53e599083c08eb1ec60a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 12 Mar 2019 00:06:44 +0000 Subject: [PATCH] cpu-8080: remove a fixed fixme --- Kernel/cpu-8080/cpu.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.34.1