VirtualBox

Changeset 33540 in vbox for trunk/src/recompiler/exec.c


Ignore:
Timestamp:
Oct 28, 2010 9:27:05 AM (14 years ago)
Author:
vboxsync
Message:

*: spelling fixes, thanks Timeless!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/exec.c

    r19094 r33540  
    524524
    525525#if defined(CONFIG_USER_ONLY)
    526 /* Currently it is not recommanded to allocate big chunks of data in
     526/* Currently it is not recommended to allocate big chunks of data in
    527527   user mode. It will change when a dedicated libc will be used */
    528528#define USE_STATIC_CODE_GEN_BUFFER
     
    556556        code_gen_buffer_size = DEFAULT_CODE_GEN_BUFFER_SIZE;
    557557#else
    558         /* XXX: needs ajustments */
     558        /* XXX: needs adjustments */
    559559        code_gen_buffer_size = (unsigned long)(phys_ram_size / 4);
    560560#endif
     
    16971697    if (env->singlestep_enabled != enabled) {
    16981698        env->singlestep_enabled = enabled;
    1699         /* must flush all the translated code to avoid inconsistancies */
     1699        /* must flush all the translated code to avoid inconsistencies */
    17001700        /* XXX: only flush what is necessary */
    17011701        tb_flush(env);
     
    23932393#if 0
    23942394/* called from signal handler: invalidate the code and unprotect the
    2395    page. Return TRUE if the fault was succesfully handled. */
     2395   page. Return TRUE if the fault was successfully handled. */
    23962396int page_unprotect(target_ulong addr, unsigned long pc, void *puc)
    23972397{
     
    25142514
    25152515/* modify the flags of a page and invalidate the code if
    2516    necessary. The flag PAGE_WRITE_ORG is positionned automatically
     2516   necessary. The flag PAGE_WRITE_ORG is positioned automatically
    25172517   depending on PAGE_WRITE */
    25182518void page_set_flags(target_ulong start, target_ulong end, int flags)
     
    25802580
    25812581/* called from signal handler: invalidate the code and unprotect the
    2582    page. Return TRUE if the fault was succesfully handled. */
     2582   page. Return TRUE if the fault was successfully handled. */
    25832583int page_unprotect(target_ulong address, unsigned long pc, void *puc)
    25842584{
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