Changeset 626 for branches/1.3/mkopcode.awk
- Timestamp:
- 2009-07-05T11:15:55+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
mkopcode.awk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/mkopcode.awk
r394 r626 54 54 opcodes[112] = "UNDEF"; 55 55 } 56 printf "/* size = %d */\n", max ;56 printf "/* size = %d */\n", max + 1; 57 57 print "static const char *const xc_opcode_names[] = {"; 58 58 for (i = 0; i <= max; i ++) {
Note: See TracChangeset
for help on using the changeset viewer.

