On 4/22/25 07:54, Philippe Mathieu-Daudé wrote:
+typedef struct TargetInfo { + + /* runtime equivalent of TARGET_NAME definition */ + const char *const target_name; + +} TargetInfo;
Watch the extra newlines. r~
On 4/22/25 07:54, Philippe Mathieu-Daudé wrote:
+typedef struct TargetInfo { + + /* runtime equivalent of TARGET_NAME definition */ + const char *const target_name; + +} TargetInfo;
Watch the extra newlines. r~