VirtualBox

Changeset 8722

Show
Ignore:
Timestamp:
05/08/08 18:34:37 (2 months ago)
Author:
vboxsync
Message:

recompiler: fix for some special gcc versions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/recompiler/dyngen.c

    r2422 r8722  
    21042104                                        sym_name); 
    21052105#else 
    2106                     fprintf(outfile, "extern char %s;\n", sym_name); 
     2106                    /* don't include memcpy here as this external reference wouldn't work anyway! */ 
     2107                    if (strcmp(sym_name, "memcpy")) 
     2108                        fprintf(outfile, "extern char %s;\n", sym_name); 
    21072109#endif 
    21082110                } 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy