aboutsummaryrefslogtreecommitdiff
path: root/riscv/tracer.h
blob: 9f1bc7841af593bc720e0ce36fc2629899cb4210 (plain)
1
2
3
4
5
6
7
8
9
10
11
// See LICENSE for license details.

#ifndef _RISCV_TRACER_H
#define _RISCV_TRACER_H

#include "processor.h"

static inline void trace_opcode(processor_t* p, insn_bits_t opc, insn_t insn) {
}

#endif