From e1cf44cec858cf3b76b8a71528c6868a04d2c8a9 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Wed, 2 Oct 2019 16:17:42 +1000 Subject: [PATCH] fetch2: Remove blank line Signed-off-by: Benjamin Herrenschmidt --- fetch2.vhdl | 1 - 1 file changed, 1 deletion(-) diff --git a/fetch2.vhdl b/fetch2.vhdl index f8aee81..99f92ee 100644 --- a/fetch2.vhdl +++ b/fetch2.vhdl @@ -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;