Mercurial > hg > CbC > CbC_xv6
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 |
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; |