diff --git a/src/java/iced-x86/src/main/java/com/github/icedland/iced/x86/VAGetRegisterValue.java b/src/java/iced-x86/src/main/java/com/github/icedland/iced/x86/VAGetRegisterValue.java index 629a8c6ce..2acb691d3 100644 --- a/src/java/iced-x86/src/main/java/com/github/icedland/iced/x86/VAGetRegisterValue.java +++ b/src/java/iced-x86/src/main/java/com/github/icedland/iced/x86/VAGetRegisterValue.java @@ -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 register is a segment register, this method should return the segment's base address, not the segment's