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

Subversion Repositories openmsp430

[/] [openmsp430/] [trunk/] [core/] [sim/] [rtl_sim/] [src-c/] [dhrystone_v2.1/] [dhry_1.c] - Diff between revs 145 and 200

Show entire file | Details | Blame | View Log

Rev 145 Rev 200
Line 27... Line 27...
char            Ch_1_Glob,
char            Ch_1_Glob,
                Ch_2_Glob;
                Ch_2_Glob;
int             Arr_1_Glob [50];
int             Arr_1_Glob [50];
int             Arr_2_Glob [50] [50];
int             Arr_2_Glob [50] [50];
 
 
extern char     *malloc ();
//extern char     *malloc ();
Enumeration     Func_1 ();
Enumeration     Func_1 ();
  /* forward declaration necessary since Enumeration may not simply be int */
  /* forward declaration necessary since Enumeration may not simply be int */
 
 
#ifndef REG
#ifndef REG
        Boolean Reg = false;
        Boolean Reg = false;
Line 405... Line 405...
{
{
        while (l--) *d++ = *s++;
        while (l--) *d++ = *s++;
}
}
#endif
#endif
 
 
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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