- Timestamp:
- 05/28/2018 11:15:02 AM (6 years ago)
- Branches:
- master
- Children:
- 3153af3
- Parents:
- e5a7d09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpu/m68kmake.c
re5a7d09 ra13d63c 650 650 651 651 652 for(op = g_opcode_input_table;op->name != NULL;op++)652 for(op = g_opcode_input_table;op->name[0] != 0;op++) 653 653 { 654 654 if( strcmp(name, op->name) == 0 && … … 666 666 opcode_struct* op; 667 667 668 for(op = g_opcode_input_table;op->name != NULL;op++)668 for(op = g_opcode_input_table;op->name[0] != 0;op++) 669 669 { 670 670 if(strcmp(op->name, "illegal") == 0)
Note:
See TracChangeset
for help on using the changeset viewer.