···4040// This is a shared macro which calls PLATFUNC_VARIANT_NAME which has different
4141// implementations in __ASSEMBLER__ and !__ASSEMBLER__
4242#define PLATFUNC_DESCRIPTOR_NAME(name, variant) \
4343- PLATFUNC_VARIANT_NAME(platfunc_ ## name, variant)
4343+ PLATFUNC_VARIANT_NAME(name, variant)
44444545#ifdef __ASSEMBLER__
4646