mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 07:18:22 -04:00
thermosphere: gdb: fix a few bugs
This commit is contained in:
parent
ef23db21e6
commit
e1a8bdd495
5 changed files with 14 additions and 12 deletions
|
@ -234,9 +234,9 @@ void GDB_ReleaseContext(GDBContext *ctx)
|
|||
transportInterfaceRelease(ctx->transportInterface);
|
||||
}
|
||||
|
||||
void GDB_MigrateRxIrq(GDBContext *ctx, u32 newAffinity)
|
||||
void GDB_MigrateRxIrq(GDBContext *ctx, u32 coreId)
|
||||
{
|
||||
transportInterfaceSetInterruptAffinity(ctx->transportInterface, newAffinity);
|
||||
transportInterfaceSetInterruptAffinity(ctx->transportInterface, BIT(coreId));
|
||||
}
|
||||
|
||||
GDB_DECLARE_HANDLER(Unsupported)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue