diff options
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 4463de6..2530777 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -381,7 +381,7 @@ struct inferior struct continuation *continuations; /* Private data used by the target vector implementation. */ - struct private_inferior *private; + struct private_inferior *priv; /* HAS_EXIT_CODE is true if the inferior exited with an exit code. In this case, the EXIT_CODE field is also valid. */ |