Skip to content

Commit 834bd68

Browse files
committed
Documentation update
1 parent 59e45c4 commit 834bd68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/arch.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ pub trait RegId: Sized + Debug {
3131
/// Map raw GDB register number to a corresponding `RegId` and optional
3232
/// register size.
3333
///
34-
/// If the register size is specified here, no more than that amount of
35-
/// bytes will be permitted to be transferred on the wire for that
36-
/// register.
34+
/// If the register size is specified here, gdbstub will include a runtime
35+
/// check that ensures target implementations do not send back more
36+
/// bytes than the register allows
3737
///
3838
/// Returns `None` if the register is not available.
3939
fn from_raw_id(id: usize) -> Option<(Self, Option<NonZeroUsize>)>;

0 commit comments

Comments
 (0)