ARMv8/src/execute.h
2024-05-30 15:24:28 +01:00

3 lines
68 B
C

#include "a64instruction.h"
void execute(a64inst_instruction inst);