mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
gdbsupport: fix a typo in a comment in common-regcache.h
Fix a typo. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -35,10 +35,10 @@ enum register_status : signed char
|
|||||||
|
|
||||||
/* The register value is unavailable. E.g., we're inspecting a
|
/* The register value is unavailable. E.g., we're inspecting a
|
||||||
traceframe, and this register wasn't collected. Note that this
|
traceframe, and this register wasn't collected. Note that this
|
||||||
is different a different "unavailable" from saying the register
|
"unavailable" is different from saying the register does not
|
||||||
does not exist in the target's architecture --- in that case,
|
exist in the target's architecture --- in that case, the target
|
||||||
the target should have given us a target description that does
|
should have given us a target description that does not include
|
||||||
not include the register in the first place. */
|
the register in the first place. */
|
||||||
REG_UNAVAILABLE = -1
|
REG_UNAVAILABLE = -1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user