diff options
| author | mathieui <mathieui@mathieui.net> | 2016-01-21 21:16:51 +0100 |
|---|---|---|
| committer | mathieui <mathieui@mathieui.net> | 2016-01-21 21:16:51 +0100 |
| commit | 3e283ea9f17aa779832db065b2ecc4b19cf03e83 (patch) | |
| tree | a7e5db6d6550487db024bc9b7b5dd9fa96198aa4 /Source/Core/Common/BreakPoints.cpp | |
| parent | 78aa398e7c09adc4fb9318a4c497e8fd1bcd58ba (diff) | |
More asterisks
Diffstat (limited to 'Source/Core/Common/BreakPoints.cpp')
| -rw-r--r-- | Source/Core/Common/BreakPoints.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/Common/BreakPoints.cpp b/Source/Core/Common/BreakPoints.cpp index d69f561432..59ea6864d2 100644 --- a/Source/Core/Common/BreakPoints.cpp +++ b/Source/Core/Common/BreakPoints.cpp @@ -188,7 +188,7 @@ void MemChecks::Remove(u32 _Address) jit->ClearCache(); } -TMemCheck *MemChecks::GetMemCheck(u32 address) +TMemCheck* MemChecks::GetMemCheck(u32 address) { for (TMemCheck& bp : m_MemChecks) { @@ -207,7 +207,7 @@ TMemCheck *MemChecks::GetMemCheck(u32 address) return nullptr; } -bool TMemCheck::Action(DebugInterface *debug_interface, u32 iValue, u32 addr, bool write, int size, u32 pc) +bool TMemCheck::Action(DebugInterface* debug_interface, u32 iValue, u32 addr, bool write, int size, u32 pc) { if ((write && OnWrite) || (!write && OnRead)) { |
