diff options
Diffstat (limited to 'src/recompiler/tcg/x86_64/tcg-target.h')
-rw-r--r-- | src/recompiler/tcg/x86_64/tcg-target.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/recompiler/tcg/x86_64/tcg-target.h b/src/recompiler/tcg/x86_64/tcg-target.h index a7a0a8716..fcc54859e 100644 --- a/src/recompiler/tcg/x86_64/tcg-target.h +++ b/src/recompiler/tcg/x86_64/tcg-target.h @@ -21,14 +21,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -/* - * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice - * other than GPL or LGPL is available it will apply instead, Sun elects to use only - * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where - * a choice of LGPL license versions is made available with the language indicating - * that LGPLv2 or any later version may be used, or where a choice of which version - * of the LGPL is applied is otherwise unspecified. - */ + #define TCG_TARGET_X86_64 1 #define TCG_TARGET_REG_BITS 64 |