]> granicus.if.org Git - yasm/commitdiff
Previous commit didn't notationally separate x86 from AMD64 very well; be
authorPeter Johnson <peter@tortall.net>
Wed, 11 Jun 2003 02:55:08 +0000 (02:55 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 11 Jun 2003 02:55:08 +0000 (02:55 -0000)
more clear.

svn path=/trunk/yasm/; revision=980

modules/arch/x86/x86arch.c

index 1e0d0117a5126326fe43fb18f8776151d96ca90e..fd3ff8940c6c4cfb09811744cd3bc5e974a8cfbf 100644 (file)
@@ -200,7 +200,7 @@ yasm_x86__parse_seg_override(yasm_effaddr *ea, unsigned long segreg,
 
 /* Define arch structure -- see arch.h for details */
 yasm_arch yasm_x86_LTX_arch = {
-    "x86 (IA-32, AMD64)",
+    "x86 (IA-32 and derivatives), AMD64",
     "x86",
     x86_initialize,
     x86_cleanup,