Skip to content

Commit

Permalink
Slight compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dingusdev committed Sep 25, 2024
1 parent 01ceaef commit 8c42685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpu/ppc/ppcexceptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

jmp_buf exc_env; /* Global exception environment. */

#if !defined(PPC_TESTS) && !defined(PPC_BENCHMARKS)
void ppc_exception_handler(Except_Type exception_type, uint32_t srr1_bits) {
#ifdef CPU_PROFILING
exceptions_processed++;
Expand Down

0 comments on commit 8c42685

Please sign in to comment.