MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / RaiseAddressError

Function RaiseAddressError

pcsx2/R5900OpcodeImpl.cpp:510–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508// of the address/register operations.
509
510__noinline static void RaiseAddressError(u32 addr, bool store)
511{
512 const std::string message(fmt::format("Address Error, addr=0x{:x} [{}]", addr, store ? "store" : "load"));
513
514 // TODO: This doesn't actually get raised in the CPU yet.
515 Console.Error(message);
516
517 Cpu->CancelInstruction();
518}
519
520void LB()
521{

Callers 8

LHFunction · 0.85
LHUFunction · 0.85
LWFunction · 0.85
LWUFunction · 0.85
LDFunction · 0.85
SHFunction · 0.85
SWFunction · 0.85
SDFunction · 0.85

Calls 2

formatFunction · 0.50
ErrorMethod · 0.45

Tested by

no test coverage detected