mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
gdb: add ATTRIBUTE_NORETURN to remote_unpush_target
My IDE (well, clangd) suggested this. It doesn't hurt to have it. Change-Id: If6001983c17dbed3dceebac3078c8deb12c04d6b
This commit is contained in:
@@ -6150,7 +6150,7 @@ remote_unpush_target (remote_target *target)
|
||||
fileio_handles_invalidate_target (target);
|
||||
}
|
||||
|
||||
static void
|
||||
static void ATTRIBUTE_NORETURN
|
||||
remote_unpush_and_throw (remote_target *target)
|
||||
{
|
||||
remote_unpush_target (target);
|
||||
|
||||
Reference in New Issue
Block a user