You've already forked rabbitizer
mirror of
https://github.com/encounter/rabbitizer.git
synced 2026-03-30 11:35:30 -07:00
11 lines
303 B
Plaintext
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
|