From 5240123667da3f7d35c2b02d87eb823e8c71fa42 Mon Sep 17 00:00:00 2001 From: wtfsck Date: Mon, 13 Jun 2022 22:56:11 +0200 Subject: [PATCH] Add missing `@FunctionalInterface` annotation to `VAGetRegisterValue` --- .../java/com/github/icedland/iced/x86/VAGetRegisterValue.java | 1 + 1 file changed, 1 insertion(+) 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