Skip to content

Commit

Permalink
Core: Fix clang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Sep 14, 2023
1 parent c02858c commit e0c125e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1232,7 +1232,7 @@ void R4300iOp::LLD()
{
uint64_t Address = _GPR[m_Opcode.base].DW + (int16_t)m_Opcode.offset;
if (g_MMU->LD_Memory(Address, _GPR[m_Opcode.rt].UDW))
{
{
(*_LLBit) = 1;
}
}
Expand Down

0 comments on commit e0c125e

Please sign in to comment.