Skip to content
Snippets Groups Projects
Commit 4de763f4 authored by bunnei's avatar bunnei
Browse files

removed unnecessary log message

parent 72622a1b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ Result ControlMemory(u32 operation, u32 addr0, u32 addr1, u32 size, u32 permissi
default:
ERROR_LOG(SVC, "ControlMemory unknown operation=0x%08X", operation);
}
DEBUG_LOG(SVC, "...returned virtual_address=0x%08X", virtual_address);
Core::g_app_core->SetReg(1, virtual_address);
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment