From 46cda3dc6a4cfcb1d491fe0a9455314e45d2d605 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 12 Jan 2026 11:26:13 +0100 Subject: [PATCH] corrects typo in instrumentation_if --- src/iss/instrumentation_if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iss/instrumentation_if.h b/src/iss/instrumentation_if.h index a4d9252..f576ead 100644 --- a/src/iss/instrumentation_if.h +++ b/src/iss/instrumentation_if.h @@ -81,7 +81,7 @@ struct instrumentation_if { * * @return the pending traps */ - virtual uint64_t get_pendig_traps() = 0; + virtual uint64_t get_pending_traps() = 0; /** * Retrieve the current value of the program counter of the next instruction * @@ -136,7 +136,7 @@ struct instrumentation_if { * * @return the pending traps */ - virtual uint64_t get_pendig_traps() = 0; + virtual uint64_t get_pending_traps() = 0; /** * Retrieve the total number of cycles executed by the core *