URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 147 |
Rev 160 |
Line 285... |
Line 285... |
struct cfi_insn_data *first, *last;
|
struct cfi_insn_data *first, *last;
|
};
|
};
|
|
|
/* List of FDE entries. */
|
/* List of FDE entries. */
|
|
|
static struct fde_entry *all_fde_data;
|
struct fde_entry *all_fde_data;
|
static struct fde_entry **last_fde_data = &all_fde_data;
|
static struct fde_entry **last_fde_data = &all_fde_data;
|
|
|
/* List of CIEs so that they could be reused. */
|
/* List of CIEs so that they could be reused. */
|
static struct cie_entry *cie_root;
|
static struct cie_entry *cie_root;
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.