Minor bug fix

This commit is contained in:
Santosh Srivatsan 2022-02-05 14:17:56 -05:00
parent b7e5a83ba3
commit 1c781c78c0

View file

@ -64,7 +64,7 @@ private:
class vx_device {
public:
vx_device()
: arch_("rv32i", NUM_CORES * NUM_CLUSTERS, NUM_WARPS, NUM_THREADS)
: arch_(NUM_CORES * NUM_CLUSTERS, NUM_WARPS, NUM_THREADS)
, ram_(RAM_PAGE_SIZE)
, processor_(arch_)
, mem_allocator_(