forked from AbleOS/holey-bytes
fixed match
This commit is contained in:
parent
ea4b63ef9d
commit
6e61842a73
|
@ -275,8 +275,8 @@ where
|
||||||
self.pc = self.pcrel(ja, 3);
|
self.pc = self.pcrel(ja, 3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
JLT => self.cond_jmp::<u64>(Ordering::Less),
|
JLTS => self.cond_jmp::<u64>(Ordering::Less),
|
||||||
JGT => self.cond_jmp::<u64>(Ordering::Greater),
|
JGTS => self.cond_jmp::<u64>(Ordering::Greater),
|
||||||
JLTU => self.cond_jmp::<i64>(Ordering::Less),
|
JLTU => self.cond_jmp::<i64>(Ordering::Less),
|
||||||
JGTU => self.cond_jmp::<i64>(Ordering::Greater),
|
JGTU => self.cond_jmp::<i64>(Ordering::Greater),
|
||||||
ECA => {
|
ECA => {
|
||||||
|
|
Loading…
Reference in a new issue