fetch2: Remove blank line
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 2 Oct 2019 06:17:42 +0000 (16:17 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 8 Oct 2019 03:46:38 +0000 (14:46 +1100)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
fetch2.vhdl

index f8aee81718c4ce1c7f62c71dd084bdb0083ec7a8..99f92ee925708668d24351e44d688058353a622e 100644 (file)
@@ -99,7 +99,6 @@ begin
        -- If we are flushing or the instruction comes with a stop mark
        -- we tag it as invalid so it doesn't get decoded and executed
        if flush_in = '1' or v.stop_mark = '1' then
-
            v.valid := '0';
        end if;