Skip to content

Commit 355e294

Browse files
committed
Follow code conventions for CEN64 interfaces
1 parent a66df87 commit 355e294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simulator/export/cen64/cen64_intf.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ void signal_dd_interrupt(struct vr4300* vr4300)
9494
vr4300->apply_mask_to_cause( 0x800);
9595
}
9696

97-
uint64_t get_profile_sample(struct vr4300 const *, size_t)
97+
uint64_t get_profile_sample(struct vr4300 const* /* vr4300 */, size_t /* i */)
9898
{
9999
return 0;
100100
}
101101

102-
int has_profile_samples(struct vr4300 const *)
102+
int has_profile_samples(struct vr4300 const* /* vr4300 */)
103103
{
104104
return 0;
105-
}
105+
}

0 commit comments

Comments
 (0)