Changeset 33540 in vbox for trunk/src/recompiler/tcg/tcg.h
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/tcg.h
r29520 r33540 114 114 typedef tcg_target_ulong TCGArg; 115 115 116 /* Define a type and accessor macros for var ables. Using a struct is116 /* Define a type and accessor macros for variables. Using a struct is 117 117 nice because it gives some level of type safely. Ideally the compiler 118 118 be able to see through all this. However in practice this is not true, … … 198 198 unsigned int mem_coherent:1; 199 199 unsigned int mem_allocated:1; 200 unsigned int temp_local:1; /* If true, the temp is saved ac cross200 unsigned int temp_local:1; /* If true, the temp is saved across 201 201 basic blocks. Otherwise, it is not 202 preserved ac cross basic blocks. */202 preserved across basic blocks. */ 203 203 unsigned int temp_allocated:1; /* never used for code gen */ 204 204 /* index of next free temp of same base type, -1 if end */
Note:
See TracChangeset
for help on using the changeset viewer.