aboutsummaryrefslogtreecommitdiff
path: root/src/io.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.rs')
-rw-r--r--src/io.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io.rs b/src/io.rs
index 16f641c..9a06f53 100644
--- a/src/io.rs
+++ b/src/io.rs
@@ -36,7 +36,6 @@ pub unsafe fn inl(port: u16) -> u32 {
ret
}
-
// Write 8-bit array to port
pub unsafe fn outsb(port: u16, buf: &[u8]) {
asm!("rep outsb (%esi), %dx"