mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-01 08:59:40 +00:00
17 lines
408 B
C
17 lines
408 B
C
|
/* SPDX-FileCopyrightText: © 2022 Decompollaborate */
|
||
|
/* SPDX-License-Identifier: MIT */
|
||
|
|
||
|
/* Automatically generated. DO NOT MODIFY */
|
||
|
|
||
|
#ifndef InstrCategory_enum_table_h_automatic
|
||
|
#define InstrCategory_enum_table_h_automatic
|
||
|
|
||
|
typedef enum RabbitizerInstrCategory {
|
||
|
RABBITIZER_INSTRCAT_CPU,
|
||
|
RABBITIZER_INSTRCAT_RSP,
|
||
|
RABBITIZER_INSTRCAT_R5900,
|
||
|
RABBITIZER_INSTRCAT_MAX,
|
||
|
} RabbitizerInstrCategory;
|
||
|
|
||
|
#endif
|