From 1275bc5a7cf737407db19b0573b1f0c30435a4a3 Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Wed, 5 Aug 2020 12:51:18 +0300 Subject: [PATCH] Sort machine file --- machine.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/machine.scm b/machine.scm index 6346ec3..1210d1a 100644 --- a/machine.scm +++ b/machine.scm @@ -1,11 +1,11 @@ (id i386) (description "32-bit Intel/AMD x86 processor") -(id x86-64) -(description "64-bit AMD/Intel x86 processor") - (id ppc) (description "PowerPC processor") (id sparc) (description "Sun SPARC processor") + +(id x86-64) +(description "64-bit AMD/Intel x86 processor")