summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zpu/hdl/zpu4/core/zpu_core_small.vhd2
1 files changed, 1 insertions, 1 deletions
diff --git a/zpu/hdl/zpu4/core/zpu_core_small.vhd b/zpu/hdl/zpu4/core/zpu_core_small.vhd
index 757d056..b975977 100644
--- a/zpu/hdl/zpu4/core/zpu_core_small.vhd
+++ b/zpu/hdl/zpu4/core/zpu_core_small.vhd
@@ -308,7 +308,7 @@ begin
when others =>
sampledDecodedOpcode <= Decoded_Nop;
end case; -- tOpcode(3 downto 0)
- end if; tOpcode
+ end if; -- tOpcode
end process;
OpenPOWER on IntegriCloud