Changeset 29520 in vbox for trunk/src/recompiler/tcg/i386
- Timestamp:
- May 17, 2010 10:10:31 AM (15 years ago)
- Location:
- trunk/src/recompiler/tcg/i386
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/i386/tcg-target.c
r21292 r29520 22 22 * THE SOFTWARE. 23 23 */ 24 /* 25 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 28 * a choice of LGPL license versions is made available with the language indicating 29 * that LGPLv2 or any later version may be used, or where a choice of which version 30 * of the LGPL is applied is otherwise unspecified. 31 */ 24 32 25 #ifndef NDEBUG 33 26 static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = { -
trunk/src/recompiler/tcg/i386/tcg-target.h
r26499 r29520 22 22 * THE SOFTWARE. 23 23 */ 24 /* 25 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only 27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 28 * a choice of LGPL license versions is made available with the language indicating 29 * that LGPLv2 or any later version may be used, or where a choice of which version 30 * of the LGPL is applied is otherwise unspecified. 31 */ 24 32 25 #define TCG_TARGET_I386 1 33 26
Note:
See TracChangeset
for help on using the changeset viewer.