mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 06:19:43 +00:00
18 lines
447 B
C
Generated
18 lines
447 B
C
Generated
/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
/* Automatically generated. DO NOT MODIFY */
|
|
|
|
#ifndef InstrCategory_enum_h_automatic
|
|
#define InstrCategory_enum_h_automatic
|
|
|
|
typedef enum RabbitizerInstrCategory {
|
|
RABBITIZER_INSTRCAT_CPU,
|
|
RABBITIZER_INSTRCAT_RSP,
|
|
RABBITIZER_INSTRCAT_R3000GTE,
|
|
RABBITIZER_INSTRCAT_R5900,
|
|
RABBITIZER_INSTRCAT_MAX,
|
|
} RabbitizerInstrCategory;
|
|
|
|
#endif
|