Skip to content

Commit

Permalink
Set WARN_LOG bm_RamWriteAccess log
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed Jul 15, 2023
1 parent 5ec4803 commit ebc9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/hw/sh4/dyna/blockmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ void bm_RamWriteAccess(u32 addr)
std::vector<RuntimeBlockInfo*> list_copy;
list_copy.insert(list_copy.begin(), block_list.begin(), block_list.end());
if (!list_copy.empty())
DEBUG_LOG(DYNAREC, "bm_RamWriteAccess write access to %08x pc %08x", addr, next_pc);
WARN_LOG(DYNAREC, "bm_RamWriteAccess write access to %08x pc %08x", addr, next_pc);
for (auto& block : list_copy)
bm_DiscardBlock(block);
verify(block_list.empty());
Expand Down

0 comments on commit ebc9bab

Please sign in to comment.