fixes FCSR behavior if no floating point is implemented

This commit is contained in:
2024-08-02 08:59:22 +02:00
parent c376e34b2b
commit 42efced1eb
3 changed files with 129 additions and 106 deletions

View File

@ -39,7 +39,9 @@
#include "iss/instrumentation_if.h"
#include "iss/log_categories.h"
#include "iss/vm_if.h"
#include "iss/vm_types.h"
#include "riscv_hart_common.h"
#include <stdexcept>
#ifndef FMT_HEADER_ONLY
#define FMT_HEADER_ONLY
#endif