Changeset 13997 for branches/backtrack/ippTools/src/regtool.c
- Timestamp:
- Jul 2, 2007, 4:29:59 PM (19 years ago)
- File:
-
- 1 edited
-
branches/backtrack/ippTools/src/regtool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/ippTools/src/regtool.c
r13996 r13997 44 44 // static guidePendingExpRow *newToP1PendingExp(newExpRow *newExp); 45 45 //static chipPendingExpRow *newTochipPendingExp(pxConfig *config, newExpRow *newExp); 46 //static chip PendingImfileRow *rawImfileTochipPendingImfile(pxConfig *config, psS64 chip_id, rawImfileRow *rawImfile);46 //static chipInputImfileRow *rawImfileTochipInputImfile(pxConfig *config, psS64 chip_id, rawImfileRow *rawImfile); 47 47 48 48 static rawExpRow *newToRawExp(pxConfig *config, newExpRow *exp); … … 822 822 823 823 824 static chip PendingImfileRow *rawImfileTochipPendingImfile(pxConfig *config, psS64 chip_id, rawImfileRow *rawImfile)825 { 826 return chip PendingImfileRowAlloc(824 static chipInputImfileRow *rawImfileTochipInputImfile(pxConfig *config, psS64 chip_id, rawImfileRow *rawImfile) 825 { 826 return chipInputImfileRowAlloc( 827 827 chip_id, 828 828 rawImfile->class_id,
Note:
See TracChangeset
for help on using the changeset viewer.
