platform_not_supported
platform_not_supported();
extern void platform_not_supported(void);
#define cpu_notsupp(st, str) { platform_not_supported, st, str }
platform_not_supported();
#define sys_notsupp(st) { platform_not_supported, st }
void platform_not_supported (void);
#define sys_notsupp(st) { platform_not_supported, st }
void platform_not_supported(void);
platform_not_supported();