cvw/tests/wally-riscv-arch-test/riscv-test-env/pm/riscv_test.h
2021-10-23 08:53:32 -07:00

12 lines
209 B
C

// See LICENSE for license details.
#ifndef _ENV_PHYSICAL_MULTI_CORE_H
#define _ENV_PHYSICAL_MULTI_CORE_H
#include "../p/riscv_test.h"
#undef RISCV_MULTICORE_DISABLE
#define RISCV_MULTICORE_DISABLE
#endif