#ifndef MICROCODESHORT_HPP #define MICROCODESHORT_HPP #include "instructions.hpp" #define KBLIB_DEF_MACROS 1 #include "kblib/bits.h" namespace mc_short { struct instruction_record { struct micro_op {}; }; } // namespace mc_short #endif // MICROCODESHORT_HPP