diff --git a/lib/CPUs/MIPS/src/core/mips_types.vhd b/lib/CPUs/MIPS/src/core/mips_types.vhd index 0dec8a1..1f6d473 100644 --- a/lib/CPUs/MIPS/src/core/mips_types.vhd +++ b/lib/CPUs/MIPS/src/core/mips_types.vhd @@ -159,7 +159,6 @@ package mips_types is end record; type bcu_flags_t is record - z : STD_LOGIC; eq : STD_LOGIC; ltz : STD_LOGIC; end record;