Skip to content

Commit

Permalink
Follow code conventions for CEN64 interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkryukov committed Dec 9, 2019
1 parent a66df87 commit 355e294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simulator/export/cen64/cen64_intf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ void signal_dd_interrupt(struct vr4300* vr4300)
vr4300->apply_mask_to_cause( 0x800);
}

uint64_t get_profile_sample(struct vr4300 const *, size_t)
uint64_t get_profile_sample(struct vr4300 const* /* vr4300 */, size_t /* i */)
{
return 0;
}

int has_profile_samples(struct vr4300 const *)
int has_profile_samples(struct vr4300 const* /* vr4300 */)
{
return 0;
}
}

0 comments on commit 355e294

Please sign in to comment.