Changeset 69463 in vbox for trunk/src/recompiler/Sun
- Timestamp:
- Oct 28, 2017 10:58:50 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118798
- Location:
- trunk/src/recompiler/Sun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/Sun/deftoimp.sed
r44528 r69463 4 4 # 5 5 6 #7 6 # 8 7 # Copyright (C) 2006-2010 Oracle Corporation -
trunk/src/recompiler/Sun/e_powl-x86.S
r18083 r69463 24 24 25 25 #ifdef __MINGW32__ 26 # define ASM_TYPE_DIRECTIVE(name,typearg) 27 # define ASM_SIZE_DIRECTIVE(name) 26 # define ASM_TYPE_DIRECTIVE(name,typearg) 27 # define ASM_SIZE_DIRECTIVE(name) 28 28 # define cfi_adjust_cfa_offset(a) 29 29 # define C_LABEL(name) _ ## name: … … 32 32 # define ALIGNARG(log2) 1<<log2 33 33 #elif __APPLE__ 34 # define ASM_TYPE_DIRECTIVE(name,typearg) 35 # define ASM_SIZE_DIRECTIVE(name) 34 # define ASM_TYPE_DIRECTIVE(name,typearg) 35 # define ASM_SIZE_DIRECTIVE(name) 36 36 # define cfi_adjust_cfa_offset(a) 37 37 # define C_LABEL(name) _ ## name: -
trunk/src/recompiler/Sun/testmath.c
r62042 r69463 2 2 /** @file 3 3 * Testcase for the no-crt math stuff. 4 */ 5 6 /* 7 * Copyright (C) 2006-2016 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 4 16 */ 5 17
Note:
See TracChangeset
for help on using the changeset viewer.