From 924b80574a6c522a9ad65f8ba7d1d4826bc7047c Mon Sep 17 00:00:00 2001 From: dingusdev <52434309+dingusdev@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:53:56 -0700 Subject: [PATCH] Further fix from last commit --- cpu/ppc/test/ppctests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpu/ppc/test/ppctests.cpp b/cpu/ppc/test/ppctests.cpp index cddb2a2..5be3661 100644 --- a/cpu/ppc/test/ppctests.cpp +++ b/cpu/ppc/test/ppctests.cpp @@ -216,7 +216,6 @@ static void read_test_float_data() { src1 = 0; src2 = 0; - check_xer = 0; check_cr = 0; check_fpscr = 0; dfp_dest = 0.0;