Changeset 69505 in vbox for trunk/src/recompiler
- Timestamp:
- Oct 28, 2017 5:28:30 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118844
- Location:
- trunk/src/recompiler/Sun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Sun/e_powl-amd64.S
r69465 r69505 18 18 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 19 19 02111-1307 USA. */ 20 21 /* 22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 * a choice of LGPL license versions is made available with the language indicating 26 * that LGPLv2 or any later version may be used, or where a choice of which version 27 * of the LGPL is applied is otherwise unspecified. 28 */ 20 29 21 30 /*#include <machine/asm.h>*/ -
trunk/src/recompiler/Sun/e_powl-x86.S
r69465 r69505 19 19 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 20 20 02111-1307 USA. */ 21 22 /* 23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 * a choice of LGPL license versions is made available with the language indicating 27 * that LGPLv2 or any later version may be used, or where a choice of which version 28 * of the LGPL is applied is otherwise unspecified. 29 */ 21 30 22 31 /*#include <machine/asm.h>*/
Note:
See TracChangeset
for help on using the changeset viewer.