emu: remove duplicate @rep arg decoder rule
This commit is contained in:
@@ -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) => { {
|
||||
|
||||
Reference in New Issue
Block a user