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

Subversion Repositories or1k_old

[/] [or1k_old/] [tags/] [rel-0-3-0-rc3/] [or1ksim/] [cuc/] [adv.c] - Diff between revs 1350 and 1555

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

Rev 1350 Rev 1555
Line 33... Line 33...
#include "sim-config.h"
#include "sim-config.h"
#include "abstract.h"
#include "abstract.h"
#include "cuc.h"
#include "cuc.h"
#include "insn.h"
#include "insn.h"
#include "support/profile.h"
#include "support/profile.h"
 
#include "misc.h"
 
 
/* Marks successor of b with mask m */
/* Marks successor of b with mask m */
static void mark_successors (cuc_func *f, int b, int m, int stopb)
static void mark_successors (cuc_func *f, int b, int m, int stopb)
{
{
  if (b < 0 || b == BBID_END) return;
  if (b < 0 || b == BBID_END) return;

powered by: WebSVN 2.1.0

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