thermosphere: introduce GDB_TEST_NO_CMD_DATA
This commit is contained in:
@@ -75,6 +75,7 @@ namespace ams::hvisor::gdb {
|
||||
GDB_DEFINE_HANDLER(ReadRegisters)
|
||||
{
|
||||
ENSURE(m_selectedCoreId == currentCoreCtx->coreId);
|
||||
GDB_TEST_NO_CMD_DATA();
|
||||
|
||||
ExceptionStackFrame *frame = currentCoreCtx->guestFrame;
|
||||
FpuRegisterCache *fpuRegCache = fpuReadRegisters();
|
||||
|
||||
Reference in New Issue
Block a user