We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e28e9 commit eec5d25Copy full SHA for eec5d25
src/instructions/mod.rs
@@ -32,8 +32,11 @@ pub fn nop() {
32
}
33
34
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.
+/// Emits a '[magic breakpoint](https://wiki.osdev.org/Bochs#Magic_Breakpoint)'
+/// 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.
40
#[inline]
41
pub fn bochs_breakpoint() {
42
unsafe {
0 commit comments