Files

16 lines
375 B
C
Raw Permalink Normal View History

2024-01-28 12:16:11 -03:00
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
2022-12-18 15:15:39 -03:00
/* SPDX-License-Identifier: MIT */
/* Automatically generated. DO NOT MODIFY */
2023-05-02 19:01:54 -04:00
#ifndef InstrSuffix_enum_h_automatic
#define InstrSuffix_enum_h_automatic
2022-12-18 15:15:39 -03:00
typedef enum RabbitizerInstrSuffix {
RABINSTRSUFFIX_ALL_NONE,
RABINSTRSUFFIX_R5900_xyzw,
RABINSTRSUFFIX_ALL_MAX,
} RabbitizerInstrSuffix;
#endif