view src/impl/ReadSyscallEntry.h @ 378:297515214d9b

add SyscallEntry interface
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Jul 2020 16:09:22 +0900
parents
children
line wrap: on
line source

typedef struct ReadSyscallEntry <Type, Isa> impl SyscallEntry {
  __code next(....);
} ReadSyscallEntry;