From: Taylor R Campbell Date: Wed, 11 Nov 2009 21:37:26 +0000 (-0500) Subject: Fix headings on x86-64's instr1.scm, instr2.scm, and lapgen.scm. X-Git-Tag: 20100708-Gtk~250 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=90709b2cd9bc7d157b83b67f260d11f142474578;p=mit-scheme.git Fix headings on x86-64's instr1.scm, instr2.scm, and lapgen.scm. --- diff --git a/src/compiler/machines/x86-64/instr1.scm b/src/compiler/machines/x86-64/instr1.scm index 82a441452..c304f39ce 100644 --- a/src/compiler/machines/x86-64/instr1.scm +++ b/src/compiler/machines/x86-64/instr1.scm @@ -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)) ;;;; Pseudo ops diff --git a/src/compiler/machines/x86-64/instr2.scm b/src/compiler/machines/x86-64/instr2.scm index efb654b83..1c68c6c3f 100644 --- a/src/compiler/machines/x86-64/instr2.scm +++ b/src/compiler/machines/x86-64/instr2.scm @@ -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)) ;;;; Actual instructions diff --git a/src/compiler/machines/x86-64/lapgen.scm b/src/compiler/machines/x86-64/lapgen.scm index 55f9f85c1..2a9546d11 100644 --- a/src/compiler/machines/x86-64/lapgen.scm +++ b/src/compiler/machines/x86-64/lapgen.scm @@ -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))