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

Method getReferenceType

pcsx2/DebugTools/DebugInterface.cpp:1387–1394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387ExpressionType MipsExpressionFunctions::getReferenceType(u64 referenceIndex)
1388{
1389 if (referenceIndex & REF_INDEX_IS_FLOAT)
1390 {
1391 return EXPR_TYPE_FLOAT;
1392 }
1393 return EXPR_TYPE_UINT;
1394}
1395
1396bool MipsExpressionFunctions::getMemoryValue(u32 address, int size, u64& dest, std::string& error)
1397{

Callers 1

parsePostfixExpressionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected