- Timestamp:
- 11/12/2017 03:48:02 PM (7 years ago)
- Branches:
- master
- Children:
- 6f49665
- Parents:
- 5c977dd
- git-author:
- Thomas Lopatic <thomas@…> (11/12/2017 03:47:58 PM)
- git-committer:
- Thomas Lopatic <thomas@…> (11/12/2017 03:48:02 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/patch.h
r5c977dd rf537c48 38 38 struct patch { /* patch table entry (16 bytes per entry) */ 39 39 40 uint16_tnextstm; /* index of next entry in stm chain */41 uint16_tprevstm; /* index of previous entry in stm chain */40 int16_t nextstm; /* index of next entry in stm chain */ 41 int16_t prevstm; /* index of previous entry in stm chain */ 42 42 uint16_t defnum; /* definer */ 43 43 uint16_t stmnum; /* stimulus */ … … 50 50 struct defent { /* definition table entry -- 10 bytes per entry */ 51 51 52 uint16_tnextdef; /* index of next in def chain */52 int16_t nextdef; /* index of next in def chain */ 53 53 uint16_t stm; /* stimulus */ 54 54 uint16_t adspec; /* destination type */
Note:
See TracChangeset
for help on using the changeset viewer.