- Timestamp:
- May 17, 2010 10:10:31 AM (15 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/qemu-log.h
r17040 r29520 1 /*2 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice3 * other than GPL or LGPL is available it will apply instead, Sun elects to use only4 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where5 * a choice of LGPL license versions is made available with the language indicating6 * that LGPLv2 or any later version may be used, or where a choice of which version7 * of the LGPL is applied is otherwise unspecified.8 */9 1 #ifndef QEMU_LOG_H 10 2 #define QEMU_LOG_H -
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 -
trunk/src/recompiler/tcg/tcg-dyngen.c
r18083 r29520 22 22 * THE SOFTWARE. 23 23 */ 24 /*25 * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice26 * other than GPL or LGPL is available it will apply instead, Sun elects to use only27 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where28 * a choice of LGPL license versions is made available with the language indicating29 * that LGPLv2 or any later version may be used, or where a choice of which version30 * of the LGPL is applied is otherwise unspecified.31 */32 24 33 25 #ifndef VBOX -
trunk/src/recompiler/tcg/tcg-op.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 #include "tcg.h" 33 26 -
trunk/src/recompiler/tcg/tcg-opc.h
r18083 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 #ifdef CONFIG_DYNGEN_OP 33 26 #include "dyngen-opc.h" -
trunk/src/recompiler/tcg/tcg-runtime.c
r18083 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 #include <stdarg.h> 33 26 #include <stdlib.h> -
trunk/src/recompiler/tcg/tcg.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 #include "tcg-target.h" 33 26 -
trunk/src/recompiler/tcg/x86_64/tcg-target.c
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 #ifndef NDEBUG 33 26 static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = { -
trunk/src/recompiler/tcg/x86_64/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_X86_64 1 33 26
Note:
See TracChangeset
for help on using the changeset viewer.