Fix headings on x86-64's instr1.scm, instr2.scm, and lapgen.scm.
authorTaylor R Campbell <campbell@mumble.net>
Wed, 11 Nov 2009 21:37:26 +0000 (16:37 -0500)
committerTaylor R Campbell <campbell@mumble.net>
Wed, 11 Nov 2009 21:37:26 +0000 (16:37 -0500)
src/compiler/machines/x86-64/instr1.scm
src/compiler/machines/x86-64/instr2.scm
src/compiler/machines/x86-64/lapgen.scm

index 82a441452b196203c349934fc3580187504fe130..c304f39ceb1cb1bd9c2c92316655c8e8d29ece3c 100644 (file)
@@ -23,12 +23,9 @@ USA.
 
 |#
 
-;;;; Intel i386 Instruction Set, part I
+;;;; AMD x86-64 Instruction Set, part I
 ;;; package: (compiler lap-syntaxer)
 
-;; Some of the instructions have their operands ill-specified in the
-;; i486 book.  Check against the appendices or the i386 book.
-
 (declare (usual-integrations))
 \f
 ;;;; Pseudo ops
index efb654b8321428082efc598e8dbd86dd3aa5455e..1c68c6c3f1de847161fe8f632ee6c0dbbf347275 100644 (file)
@@ -23,12 +23,9 @@ USA.
 
 |#
 
-;;;; Intel i386 Instruction Set, part II
+;;;; AMD x86-64 Instruction Set, part II
 ;;; package: (compiler lap-syntaxer)
 
-;; Some of the instructions have their operands ill-specified in the
-;; i486 book.  Check against the appendices or the i386 book.
-
 (declare (usual-integrations))
 \f
 ;;;; Actual instructions
index 55f9f85c129ece9e0c4ac07636914a2a4e497695..2a9546d1163f7ad067edb26da673a8ad75e10493 100644 (file)
@@ -23,7 +23,7 @@ USA.
 
 |#
 
-;;;; RTL Rules utilities for i386 and family.
+;;;; RTL Rules utilities for AMD x86-64 and family.
 ;;; package: (compiler lap-syntaxer)
 
 (declare (usual-integrations))