annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
378
297515214d9b add SyscallEntry interface
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 typedef struct ReadSyscallEntry <Type, Isa> impl SyscallEntry {
297515214d9b add SyscallEntry interface
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 __code next(....);
297515214d9b add SyscallEntry interface
anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 } ReadSyscallEntry;