[h3rdparty/mini-rv32ima] 修复MSVC下编译错误

This commit is contained in:
2025-10-10 09:17:30 +08:00
parent 81d3b6fc1a
commit 3127f54368

View File

@@ -23,4 +23,13 @@
#define H3RDPARTY_MINI_RV32IMA_HEADER "h3rdparty/3rdparty/mini-rv32ima/mini-rv32ima.h"
#endif
/*
* 修复在MSVC下的编译错误如需使用此宏定义请先#undef再进行定义
*/
#ifndef MINIRV32WARN
#define MINIRV32WARN( ... )
#endif
#endif // __H3RDPARTY_PORT_MINI_RV32IMA_H_INCLUDE__