Skip to content

Commit

Permalink
[DYNAREC] Fixed some issue were x87 cache is not purged correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed May 16, 2021
1 parent 4df9b9a commit 2051335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dynarec/dynarec_arm_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,6 @@ void x87_do_pop(dynarec_arm_t* dyn, int ninst, int s1)
void x87_purgecache(dynarec_arm_t* dyn, int ninst, int s1, int s2, int s3)
{
#if STEP > 1
if(!dyn->x87count)
return;
dyn->x87count = 0;
int ret = 0;
for (int i=0; i<8 && !ret; ++i)
Expand Down

0 comments on commit 2051335

Please sign in to comment.