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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [labels.c] - Diff between revs 269 and 557

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

Rev 269 Rev 557
Line 30... Line 30...
#include "sim-config.h"
#include "sim-config.h"
 
 
#include "labels.h"
#include "labels.h"
 
 
static struct label_entry *label_hash[LABELS_HASH_SIZE];
static struct label_entry *label_hash[LABELS_HASH_SIZE];
static struct breakpoint_entry *breakpoints;
struct breakpoint_entry *breakpoints;
 
 
void init_labels () {
void init_labels () {
  int i;
  int i;
  for (i = 0; i < LABELS_HASH_SIZE; i++)
  for (i = 0; i < LABELS_HASH_SIZE; i++)
    label_hash[i] = NULL;
    label_hash[i] = NULL;

powered by: WebSVN 2.1.0

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