Add missing `@FunctionalInterface` annotation to `VAGetRegisterValue`

This commit is contained in:
wtfsck 2022-06-13 22:56:11 +02:00
parent e8763cbb51
commit 5240123667
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ package com.github.icedland.iced.x86;
/**
* Called when calculating the virtual address of a memory operand
*/
@FunctionalInterface
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