Skip to content

Commit

Permalink
Issue#215 - re-fix compiler error on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Dec 6, 2023
1 parent 2439bba commit 8b10579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ARMulator/armemu.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ ARMul_Emulate26 (ARMul_State * state)

state->CP14R0_CCD = (ARMword)-1;
check_PMUintr:
int do_int = 0;
cp14r0 |= ARMul_CP14_R0_FLAG2;
(void) state->CPWrite[14] (state, 0, cp14r0);

Expand Down

0 comments on commit 8b10579

Please sign in to comment.