VirtualBox

Changeset 33540 in vbox for trunk/src/recompiler/tcg/tcg.h


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/tcg/tcg.h

    r29520 r33540  
    114114typedef tcg_target_ulong TCGArg;
    115115
    116 /* Define a type and accessor macros for varables.  Using a struct is
     116/* Define a type and accessor macros for variables.  Using a struct is
    117117   nice because it gives some level of type safely.  Ideally the compiler
    118118   be able to see through all this.  However in practice this is not true,
     
    198198    unsigned int mem_coherent:1;
    199199    unsigned int mem_allocated:1;
    200     unsigned int temp_local:1; /* If true, the temp is saved accross
     200    unsigned int temp_local:1; /* If true, the temp is saved across
    201201                                  basic blocks. Otherwise, it is not
    202                                   preserved accross basic blocks. */
     202                                  preserved across basic blocks. */
    203203    unsigned int temp_allocated:1; /* never used for code gen */
    204204    /* index of next free temp of same base type, -1 if end */
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