From 0c4884a0d071dd56e6eb8f67ea6d1a5092d6830e Mon Sep 17 00:00:00 2001 From: Alex White Date: Fri, 16 Apr 2021 13:24:15 -0500 Subject: covoar/Target_aarch64: Swap QEMU taken/not taken bits This overrides the `TargetBase` behavior to allow branches to be marked correctly as either taken or not taken. Closes #4387 --- tester/covoar/Target_aarch64.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tester/covoar/Target_aarch64.h') diff --git a/tester/covoar/Target_aarch64.h b/tester/covoar/Target_aarch64.h index 26fedb6..08bd1fb 100644 --- a/tester/covoar/Target_aarch64.h +++ b/tester/covoar/Target_aarch64.h @@ -54,6 +54,12 @@ namespace Target { const char* const instruction ); + /* Documentation inherited from base class */ + uint8_t qemuTakenBit() override; + + /* Documentation inherited from base class */ + uint8_t qemuNotTakenBit() override; + private: }; -- cgit v1.2.3