We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81714b commit b0ab474Copy full SHA for b0ab474
src/instructions/segmentation.rs
@@ -266,7 +266,7 @@ pub fn cs() -> SegmentSelector {
266
}
267
/// Alias for [`FS::write_base()`].
268
///
269
-/// Raises #GP if the provided address is non-canonical.
+/// Panics if the provided address is non-canonical.
270
#[deprecated(since = "0.14.4", note = "use `FS::write_base()` instead")]
271
#[allow(clippy::missing_safety_doc)]
272
#[inline]
@@ -282,7 +282,7 @@ pub unsafe fn rdfsbase() -> u64 {
282
283
/// Alias for [`GS::write_base()`].
284
285
286
#[deprecated(since = "0.14.4", note = "use `GS::write_base()` instead")]
287
288
0 commit comments