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 */
|
|
|
|
|
2023-05-02 23:01:54 +00:00
|
|
|
#ifndef InstrCategory_Names_array_h_automatic
|
|
|
|
#define InstrCategory_Names_array_h_automatic
|
2022-12-16 18:37:46 +00:00
|
|
|
|
|
|
|
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
|