mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-01 08:59:40 +00:00
17 lines
470 B
C
Generated
17 lines
470 B
C
Generated
/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
/* Automatically generated. DO NOT MODIFY */
|
|
|
|
#ifndef InstrCategory_Names_array_h_automatic
|
|
#define InstrCategory_Names_array_h_automatic
|
|
|
|
const char *const RabbitizerInstrCategory_Names[] = {
|
|
[RABBITIZER_INSTRCAT_CPU] = "CPU",
|
|
[RABBITIZER_INSTRCAT_RSP] = "RSP",
|
|
[RABBITIZER_INSTRCAT_R3000GTE] = "R3000GTE",
|
|
[RABBITIZER_INSTRCAT_R5900] = "R5900",
|
|
};
|
|
|
|
#endif
|