Annotation Interface AnnotatedEmuSyscallUseropLibrary.EmuSyscall

Enclosing class:
AnnotatedEmuSyscallUseropLibrary<T>

@Retention(RUNTIME) @Target(METHOD) public static @interface AnnotatedEmuSyscallUseropLibrary.EmuSyscall
An annotation to export a method as a system call in the library.

The method must also be exported in the userop library, likely via AnnotatedPcodeUseropLibrary.PcodeUserop.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details