From d8b2c4c49c778a36d306ee02b7fefe53a4cbb32c Mon Sep 17 00:00:00 2001 From: James Date: Fri, 18 Oct 2013 12:19:09 +0100 Subject: Revert "revert fixes" This reverts commit 3c24b4b41abf56cfd3cdcd998b77514d9ba55a6c. --- quartus/debugger.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quartus/debugger.vhd') diff --git a/quartus/debugger.vhd b/quartus/debugger.vhd index 1d78bd5..d4dfe61 100644 --- a/quartus/debugger.vhd +++ b/quartus/debugger.vhd @@ -213,7 +213,7 @@ begin end process; -- Set watchpoint address - process(CLOCK,nRESET) + process(CLOCK,nRESET,mode) begin if nRESET = '0' then watchpoint <= (others => '1'); @@ -232,7 +232,7 @@ begin end process; -- Set breakpoint address - process(CLOCK,nRESET) + process(CLOCK,nRESET,mode) begin if nRESET = '0' then breakpoint <= (others => '1'); -- cgit v1.2.3