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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_47/] [or1ksim/] [cpu/] [common/] [parse.c] - Diff between revs 1308 and 1323

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

Rev 1308 Rev 1323
Line 35... Line 35...
#include "debug.h"
#include "debug.h"
 
 
#define MEMORY_LEN 0x100000000
#define MEMORY_LEN 0x100000000
#define MAXLINE_LEN 18000
#define MAXLINE_LEN 18000
 
 
 
#ifndef HAVE_ISBLANK
 
/*
 
 *isblank() is a GNU extension
 
 *not available on Solaris, for example
 
 */
 
static int isblank(int c)
 
{
 
  return (c==' ') || (c=='\t');
 
}
 
#endif
 
 
/* Whether to do immediate statistics */
/* Whether to do immediate statistics */
#define IMM_STATS 0
#define IMM_STATS 0
 
 
extern char *disassembled;
extern char *disassembled;
 
 

powered by: WebSVN 2.1.0

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