URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 205 |
Rev 663 |
Line 1142... |
Line 1142... |
static void
|
static void
|
listing_listing (char *name ATTRIBUTE_UNUSED)
|
listing_listing (char *name ATTRIBUTE_UNUSED)
|
{
|
{
|
list_info_type *list = head;
|
list_info_type *list = head;
|
file_info_type *current_hll_file = (file_info_type *) NULL;
|
file_info_type *current_hll_file = (file_info_type *) NULL;
|
char *message;
|
|
char *buffer;
|
char *buffer;
|
char *p;
|
char *p;
|
int show_listing = 1;
|
int show_listing = 1;
|
unsigned int width;
|
unsigned int width;
|
|
|
Line 1207... |
Line 1206... |
|
|
if (show_listing > 0)
|
if (show_listing > 0)
|
{
|
{
|
/* Scan down the list and print all the stuff which can be done
|
/* Scan down the list and print all the stuff which can be done
|
with this line (or lines). */
|
with this line (or lines). */
|
message = 0;
|
|
|
|
if (list->hll_file)
|
if (list->hll_file)
|
current_hll_file = list->hll_file;
|
current_hll_file = list->hll_file;
|
|
|
if (current_hll_file && list->hll_line && (listing & LISTING_HLL))
|
if (current_hll_file && list->hll_line && (listing & LISTING_HLL))
|
print_source (current_hll_file, list, width);
|
print_source (current_hll_file, list, width);
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.