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

Subversion Repositories ion

[/] [ion/] [trunk/] [tools/] [slite/] [src/] [slite.c] - Diff between revs 201 and 208

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

Rev 201 Rev 208
Line 1652... Line 1652...
    /* read map file if requested */
    /* read map file if requested */
    if(args->map_filename!=NULL){
    if(args->map_filename!=NULL){
        if(read_map_file(args->map_filename, &map_info)<0){
        if(read_map_file(args->map_filename, &map_info)<0){
            printf("Trouble reading map file '%s', quitting!\n",
            printf("Trouble reading map file '%s', quitting!\n",
                   args->map_filename);
                   args->map_filename);
            return 1;
            return 0;
        }
        }
        printf("Read %d functions from the map file; call trace enabled.\n\n",
        printf("Read %d functions from the map file; call trace enabled.\n\n",
               map_info.num_functions);
               map_info.num_functions);
    }
    }
 
 

powered by: WebSVN 2.1.0

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