Skip to content

Commit

Permalink
test pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Zone.N <[email protected]>
  • Loading branch information
MRNIU committed Dec 6, 2024
1 parent 4e2e942 commit bfcbcdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/kernel/arch/riscv64/include/cpu/regs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ class Fp : public read_write::ReadWriteRegBase<register_info::FpInfo> {
public:
friend auto operator<<(sk_std::ostream &os, [[maybe_unused]] const Fp &fp)
-> sk_std::ostream & {
// (void)fp;
klog::Info("val: 0x%p", regs::Fp::Read());
return os;
}
Expand Down

0 comments on commit bfcbcdd

Please sign in to comment.