Changeset 623 in svn for branches/1.3/mkopcode_spec.awk
- Timestamp:
- 2009-07-05T08:41:16Z (9 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/mkopcode_spec.awk
r394 r623 15 15 exit 16 16 } 17 printf "\tOPSPEC(%10s, %10s, %10s, %10s)\n", array[1], array[2], array[3], array[4] 17 comment = ""; 18 if (match($0, /\/\* (\d+) \*\//, comments)) { 19 comment = comments[1]; 20 } 21 printf "\tOPSPEC(%10s, %10s, %10s, %10s)%s\n", array[1], array[2], array[3], array[4], comment; 18 22 next 19 23 }
Note: See TracChangeset
for help on using the changeset viewer.