mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 13:46:27 +00:00
a32_interface: Remove duplicated documentation comments
These already exist in the header, so these ones can be removed.
This commit is contained in:
@@ -245,7 +245,6 @@ const std::array<std::uint32_t, 64>& Context::ExtRegs() const {
|
||||
return impl->jit_state.ExtReg;
|
||||
}
|
||||
|
||||
/// View and modify CPSR.
|
||||
std::uint32_t Context::Cpsr() const {
|
||||
return impl->jit_state.Cpsr();
|
||||
}
|
||||
@@ -253,7 +252,6 @@ void Context::SetCpsr(std::uint32_t value) {
|
||||
impl->jit_state.SetCpsr(value);
|
||||
}
|
||||
|
||||
/// View and modify FPSCR.
|
||||
std::uint32_t Context::Fpscr() const {
|
||||
return impl->jit_state.Fpscr();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user