From: Taylor R Campbell Date: Fri, 30 Nov 2018 00:47:15 +0000 (+0000) Subject: Fix mistranscription of opcode for UNPCKLF. X-Git-Tag: mit-scheme-pucked-10.1.7~3^2~120 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=308d1f05297ecbeab2102cc01487751834e07897;p=mit-scheme.git Fix mistranscription of opcode for UNPCKLF. --- diff --git a/src/compiler/machines/x86-64/instrf.scm b/src/compiler/machines/x86-64/instrf.scm index ef3b893b8..f02d28eda 100644 --- a/src/compiler/machines/x86-64/instrf.scm +++ b/src/compiler/machines/x86-64/instrf.scm @@ -116,7 +116,7 @@ USA. (define-packed-bitwise-instruction XORF #x57) ;; Not really bitwise instruction, but these two fit the pattern. (define-packed-bitwise-instruction UNPCKHF #x15) - (define-packed-bitwise-instruction UNPCKLF #x15)) + (define-packed-bitwise-instruction UNPCKLF #x14)) (define-instruction CMPF (((? comparator float-comparator)