aboutsummaryrefslogtreecommitdiff
path: root/riscv/tracer.h
blob: d74edae9014bf589fea28e8eeab9f95885cd7fc5 (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 UNUSED *p, insn_bits_t UNUSED opc, insn_t UNUSED insn) {
}

#endif