From: Peter Johnson Date: Wed, 11 Jun 2003 02:55:08 +0000 (-0000) Subject: Previous commit didn't notationally separate x86 from AMD64 very well; be X-Git-Tag: v0.3.0~6^2~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=934697a31081692ba8b9d547cec85b8a42ae4c18;p=yasm Previous commit didn't notationally separate x86 from AMD64 very well; be more clear. svn path=/trunk/yasm/; revision=980 --- diff --git a/modules/arch/x86/x86arch.c b/modules/arch/x86/x86arch.c index 1e0d0117..fd3ff894 100644 --- a/modules/arch/x86/x86arch.c +++ b/modules/arch/x86/x86arch.c @@ -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,