URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [or1ksim/] [cuc/] [cuc.h] - Diff between revs 937 and 939
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 937 |
Rev 939 |
Line 102... |
Line 102... |
/* Options */
|
/* Options */
|
/* Whether we are debugging cuc (0-9) */
|
/* Whether we are debugging cuc (0-9) */
|
extern int cuc_debug;
|
extern int cuc_debug;
|
|
|
/* Temporary registers by software convention */
|
/* Temporary registers by software convention */
|
extern const int call_saved[MAX_REGS];
|
extern const int caller_saved[MAX_REGS];
|
|
|
typedef struct _dep_list_t {
|
typedef struct _dep_list_t {
|
unsigned long ref;
|
unsigned long ref;
|
struct _dep_list_t *next;
|
struct _dep_list_t *next;
|
} dep_list;
|
} dep_list;
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.