opstats.h 117 B

12345
  1. #pragma once
  2. #include <stdint.h>
  3. void gen_opstats(uint32_t instruction);
  4. int32_t get_opstats_buffer(int32_t index);