thermosphere: rewrite debug pause & fix single step state machine
This commit is contained in:
@@ -59,7 +59,7 @@ void testProcessDataCallback(TransportInterface *iface, void *p, size_t sz)
|
||||
{
|
||||
(void)iface;
|
||||
(void)sz;
|
||||
debugUnpauseCores(BIT(0));
|
||||
debugUnpauseCores(BIT(0), BIT(0));
|
||||
TestCtx *ctx = (TestCtx *)p;
|
||||
DEBUG("EL2 [core %u]: you typed: %s\n", currentCoreCtx->coreId, ctx->buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user