OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [or32/] [execute.c] - Diff between revs 1204 and 1244

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1204 Rev 1244
Line 264... Line 264...
      break_just_hit = 1;
      break_just_hit = 1;
      return 1; /* Breakpoint set. */
      return 1; /* Breakpoint set. */
    }
    }
    break_just_hit = 0;
    break_just_hit = 0;
  }
  }
  runtime.cpu.instructions++;
 
 
 
  pc_phy &= ~0x03;
  pc_phy &= ~0x03;
 
 
 
  runtime.cpu.instructions++;
 
 
  /* Fetch instruction. */
  /* Fetch instruction. */
  iqueue[0].insn_addr = pc;
  iqueue[0].insn_addr = pc;
  iqueue[0].insn = eval_insn (pc_phy, &breakpoint);
  iqueue[0].insn = eval_insn (pc_phy, &breakpoint);
 
 
  /* update_pc will be called after execution */
  /* update_pc will be called after execution */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.