rabbitizer/src/instructions/InstrCategory_Names_array.table.h

17 lines
482 B
C
Raw Normal View History

2023-05-02 20:41:02 +00:00
/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */
2022-12-16 18:37:46 +00:00
/* SPDX-License-Identifier: MIT */
/* Automatically generated. DO NOT MODIFY */
#ifndef InstrCategory_Names_array_table_h_automatic
#define InstrCategory_Names_array_table_h_automatic
const char *const RabbitizerInstrCategory_Names[] = {
2023-04-30 19:58:01 +00:00
[RABBITIZER_INSTRCAT_CPU] = "CPU",
[RABBITIZER_INSTRCAT_RSP] = "RSP",
[RABBITIZER_INSTRCAT_R3000GTE] = "R3000GTE",
[RABBITIZER_INSTRCAT_R5900] = "R5900",
2022-12-16 18:37:46 +00:00
};
#endif