mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-15 09:36:35 +00:00
thermopshere: GDB_ParseExceptionFrame: fix format error
This commit is contained in:
parent
256201922b
commit
3fe7c7537e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ static int GDB_ParseExceptionFrame(char *out, const DebugEventInfo *info, int si
|
|||
|
||||
n += sprintf(
|
||||
out + n,
|
||||
"1f:%016lx;20:%016lx;21:%08x",
|
||||
"1f:%016lx;20:%016lx;21:%08x;",
|
||||
__builtin_bswap64(*exceptionGetSpPtr(frame)),
|
||||
__builtin_bswap64(frame->elr_el2),
|
||||
__builtin_bswap32((u32)frame->spsr_el2)
|
||||
|
|
Loading…
Reference in a new issue