clang format

This commit is contained in:
SachinVin 2022-10-23 11:55:00 +05:30
parent ae6b7edc25
commit e74b2575d7
7 changed files with 14 additions and 11 deletions

View file

@ -30,7 +30,7 @@ public:
void ClearInstructionCache() override;
void InvalidateCacheRange(u32 start_address, std::size_t length) override;
void ClearExclusiveState() override {};
void ClearExclusiveState() override{};
void SetPC(u32 pc) override;
u32 GetPC() const override;