diff options
Diffstat (limited to 'src/recompiler/tcg/x86_64/tcg-target.c')
-rw-r--r-- | src/recompiler/tcg/x86_64/tcg-target.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/recompiler/tcg/x86_64/tcg-target.c b/src/recompiler/tcg/x86_64/tcg-target.c index 5fe88b9dc..4531cb2ad 100644 --- a/src/recompiler/tcg/x86_64/tcg-target.c +++ b/src/recompiler/tcg/x86_64/tcg-target.c @@ -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. - */ + #ifndef NDEBUG static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = { "%rax", |