mirror of
https://github.com/fail0verflow/hbc.git
synced 2024-11-22 09:39:18 +01:00
Update reset callback signature
This commit is contained in:
parent
ce333cfb6a
commit
1b8d8b81c7
@ -111,7 +111,7 @@ static int patch_ahbprot_reset(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void reset_cb(void) {
|
static void reset_cb(u32 irq, void *ctx) {
|
||||||
#ifdef GDBSTUB
|
#ifdef GDBSTUB
|
||||||
gdb = true;
|
gdb = true;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user