diff options
| author | 2017-09-30 17:25:49 +0100 | |
|---|---|---|
| committer | 2017-09-30 17:38:14 +0100 | |
| commit | 529f4a01318a450f999ffa7e01c5c26f801d22e0 (patch) | |
| tree | 8728152f1726aeb775c2bba2ecc60bc67354e083 /src/tests/core | |
| parent | Services/UDS: Handle the rest of the connection sequence. (#2963) (diff) | |
| download | yuzu-529f4a01318a450f999ffa7e01c5c26f801d22e0.tar.gz yuzu-529f4a01318a450f999ffa7e01c5c26f801d22e0.tar.xz yuzu-529f4a01318a450f999ffa7e01c5c26f801d22e0.zip | |
Moved down_count to CoreTiming
Diffstat (limited to 'src/tests/core')
| -rw-r--r-- | src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp b/src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp index 86de41773..83719a58e 100644 --- a/src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp +++ b/src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include <catch.hpp> | 5 | #include <catch.hpp> |
| 6 | 6 | ||
| 7 | #include "core/arm/dyncom/arm_dyncom.h" | 7 | #include "core/arm/dyncom/arm_dyncom.h" |
| 8 | #include "core/core_timing.h" | ||
| 8 | #include "tests/core/arm/arm_test_common.h" | 9 | #include "tests/core/arm/arm_test_common.h" |
| 9 | 10 | ||
| 10 | namespace ArmTests { | 11 | namespace ArmTests { |
| @@ -29,7 +30,6 @@ TEST_CASE("ARM_DynCom (vfp): vadd", "[arm_dyncom]") { | |||
| 29 | }}; | 30 | }}; |
| 30 | 31 | ||
| 31 | for (const auto& test_case : test_cases) { | 32 | for (const auto& test_case : test_cases) { |
| 32 | dyncom.down_count = 1000; // Ensure that CoreTimeing will not be called. | ||
| 33 | dyncom.SetPC(0); | 33 | dyncom.SetPC(0); |
| 34 | dyncom.SetVFPSystemReg(VFP_FPSCR, test_case.initial_fpscr); | 34 | dyncom.SetVFPSystemReg(VFP_FPSCR, test_case.initial_fpscr); |
| 35 | dyncom.SetVFPReg(4, test_case.a); | 35 | dyncom.SetVFPReg(4, test_case.a); |