mirror of https://github.com/icedland/iced.git
Add missing `@FunctionalInterface` annotation to `VAGetRegisterValue`
This commit is contained in:
parent
e8763cbb51
commit
5240123667
|
@ -6,6 +6,7 @@ package com.github.icedland.iced.x86;
|
||||||
/**
|
/**
|
||||||
* Called when calculating the virtual address of a memory operand
|
* Called when calculating the virtual address of a memory operand
|
||||||
*/
|
*/
|
||||||
|
@FunctionalInterface
|
||||||
public interface VAGetRegisterValue {
|
public interface VAGetRegisterValue {
|
||||||
/**
|
/**
|
||||||
* Gets a register value. If <code>register</code> is a segment register, this method should return the segment's base address, not the segment's
|
* Gets a register value. If <code>register</code> is a segment register, this method should return the segment's base address, not the segment's
|
||||||
|
|
Loading…
Reference in New Issue