annotate src/impl/ReadSyscallEntry.h @ 395:17e8a4bc06a7 default tip

add macOS AR/RANLIB
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 14 Dec 2020 21:59:50 +0900
parents 297515214d9b
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;