From: Mark Wooding Date: Sun, 18 Aug 2019 01:09:30 +0000 (+0100) Subject: base/asm-common.h: Put `l' suffix on `si', `di', etc. under `CPUFAM_AMD'. X-Git-Tag: 2.5.0~14^2~19 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/a105615f5d265ce97ba853fdfbf040db8007d413 base/asm-common.h: Put `l' suffix on `si', `di', etc. under `CPUFAM_AMD'. --- diff --git a/base/asm-common.h b/base/asm-common.h index d1b23a65..4fe72431 100644 --- a/base/asm-common.h +++ b/base/asm-common.h @@ -258,10 +258,10 @@ name: # define _DECOR_abcd_q(reg) r##reg##x #endif -#define _DECOR_xp_b(reg) reg##l #define _DECOR_xp_w(reg) reg #define _DECOR_xp_d(reg) e##reg #if CPUFAM_AMD64 +# define _DECOR_xp_b(reg) reg##l # define _DECOR_xp_q(reg) r##reg #endif