1
0
mirror of https://github.com/mrkite/regs.git synced 2025-03-21 21:32:44 +00:00

fix for strict clang

This commit is contained in:
Sean 2024-08-17 17:03:57 -07:00
parent 10615526cd
commit 4223d9f413

@ -4,6 +4,7 @@
#include <map>
#include <vector>
#include <string>
#include <cstdint>
enum Intrinsic {
U8, U16, U32, S8, S16, S32