emu: remove duplicate @rep arg decoder rule

This commit is contained in:
2021-03-24 01:37:29 -07:00
parent 017eaf2955
commit 88166c5a85

View File

@@ -301,12 +301,6 @@ macro_rules! step {
step!(@arg $cookie, LittleEndian::read_i16(&buf) as u16)
} };
(@rep $cookie:tt, $cpu:expr, $bus:expr,
($segment:ident, $repeat:ident, $prefix_loop:lifetime),
$modrm:tt) => { {
step!(@arg $cookie, $repeat)
} };
(@rep=$mode:ident $cookie:tt, $cpu:expr, $bus:expr,
($segment:ident, $repeat:ident, $prefix_loop:lifetime),
$modrm:tt) => { {