VirtualBox

Changeset 8722 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 8, 2008 4:34:37 PM (17 years ago)
Author:
vboxsync
Message:

recompiler: fix for some special gcc versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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                }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette