From e37c8e0f9319e3df3ff801f5a38f4717a8a20b28 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 22 Oct 2023 12:29:22 +0000 Subject: deploy: 474c2545cbb1af85a326a47e202fe1e6c450b496 --- src/juicebox_asm/insn/jnz.rs.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/juicebox_asm/insn/jnz.rs.html') diff --git a/src/juicebox_asm/insn/jnz.rs.html b/src/juicebox_asm/insn/jnz.rs.html index ac38297..24a1e4a 100644 --- a/src/juicebox_asm/insn/jnz.rs.html +++ b/src/juicebox_asm/insn/jnz.rs.html @@ -1,16 +1,15 @@ -jnz.rs - source
1
+jnz.rs - source
1
 2
 3
 4
 5
 6
 7
-
use crate::prelude::*;
+
use crate::prelude::*;
 
 impl Jnz<&mut Label> for Asm {
     fn jnz(&mut self, op1: &mut Label) {
         self.encode_jmp_label(&[0x0f, 0x85], op1);
     }
 }
-
-
\ No newline at end of file + \ No newline at end of file -- cgit v1.2.3