diff options
| author | iximeow <me@iximeow.net> | 2026-02-21 14:20:52 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-02-21 14:20:52 +0000 |
| commit | 85166349948301c740b0d5ff2bf3d90b7e6c9da7 (patch) | |
| tree | f64a44877a5fe85c90ed98a856b1dbb15688eec8 /test/long_mode/behavior.rs | |
| parent | 4c5092e2a23825f3cdccaf264a6bd3adf1c3f8ac (diff) | |
cleanup
Diffstat (limited to 'test/long_mode/behavior.rs')
| -rw-r--r-- | test/long_mode/behavior.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/long_mode/behavior.rs b/test/long_mode/behavior.rs index 93ff27f..dd2219d 100644 --- a/test/long_mode/behavior.rs +++ b/test/long_mode/behavior.rs @@ -366,10 +366,6 @@ mod kvm { use yaxpeax_x86::long_mode::register_class; impl<'regs> AccessVisitor for AccessTestCtx<'regs> { - fn operand_begin(&mut self) { - } - fn operand_end(&mut self) { - } fn register_read(&mut self, reg: RegSpec) { self.expected_reg.push(ExpectedRegAccess { write: false, |
