URL
https://opencores.org/ocsvn/or1k/or1k/trunk
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;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.