Stefan Schuermans commited on 2012-02-09 20:43:15 Showing 1 changed files, with 1 additions and 1 deletions.
@@ -261,7 +261,7 @@ BEGIN
p_sync_pc: PROCESS(rst, clk)
BEGIN
IF rst = '1' THEN
- r_pc <= (OTHERS => '0');
+ r_pc <= X"FFFFFFFC";
ELSIF rising_edge(clk) THEN
IF s_stall = '0' THEN
r_pc <= n_pc;