Files
rabbitizer/tables/templates/c/InstrCategory_Names_array.table.template
2024-01-28 12:16:11 -03:00

11 lines
303 B
Plaintext

/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
/* SPDX-License-Identifier: MIT */
#define RABBITIZER_DEF_INSTR_CATEGORY(name) [RABBITIZER_INSTRCAT_##name] = #name,
const char *const RabbitizerInstrCategory_Names[] = {
#include "InstrCategory.inc"
};
#undef RABBITIZER_DEF_INSTR_CATEGORY