We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66df87 commit 355e294Copy full SHA for 355e294
simulator/export/cen64/cen64_intf.cpp
@@ -94,12 +94,12 @@ void signal_dd_interrupt(struct vr4300* vr4300)
94
vr4300->apply_mask_to_cause( 0x800);
95
}
96
97
-uint64_t get_profile_sample(struct vr4300 const *, size_t)
+uint64_t get_profile_sample(struct vr4300 const* /* vr4300 */, size_t /* i */)
98
{
99
return 0;
100
101
102
-int has_profile_samples(struct vr4300 const *)
+int has_profile_samples(struct vr4300 const* /* vr4300 */)
103
104
105
-}
+}
0 commit comments