Skip to content

Commit eec5d25

Browse files
committed
Break long doc paragraph
1 parent d3e28e9 commit eec5d25

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/instructions/mod.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ pub fn nop() {
3232
}
3333
}
3434

35-
/// Emits a '[magic breakpoint](https://wiki.osdev.org/Bochs#Magic_Breakpoint)' instruction for the [Bochs](http://bochs.sourceforge.net/) CPU
36-
/// emulator. Make sure to set `magic_break: enabled=1` in your `.bochsrc` file.
35+
/// Emits a '[magic breakpoint](https://wiki.osdev.org/Bochs#Magic_Breakpoint)'
36+
/// instruction for the [Bochs](http://bochs.sourceforge.net/) CPU
37+
/// emulator.
38+
///
39+
/// Make sure to set `magic_break: enabled=1` in your `.bochsrc` file.
3740
#[inline]
3841
pub fn bochs_breakpoint() {
3942
unsafe {

0 commit comments

Comments
 (0)