kobalicek Fixed asmjit_test_perf to use something else than mips() name
1591915 Aug 18, 2023
Fixed asmjit_test_perf to use something else than mips() name
The problem is that mips is also defined as a macro when compiling
for MIPS target, which then causes a compilation error when used as
a function.
1591915