VirtualBox

Changeset 18473 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Mar 29, 2009 12:25:15 AM (16 years ago)
Author:
vboxsync
Message:

REM/helper.c: warning about unused static function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/target-i386/helper.c

    r16455 r18473  
    4646static int cpu_x86_register (CPUX86State *env, const char *cpu_model);
    4747
     48#ifndef VBOX
    4849static void add_flagname_to_bitmaps(char *flagname, uint32_t *features,
    4950                                    uint32_t *ext_features,
     
    102103    fprintf(stderr, "CPU feature %s not found\n", flagname);
    103104}
     105#endif /* !VBOX */
    104106#ifndef VBOX
    105107CPUX86State *cpu_x86_init(const char *cpu_model)
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