Changeset 738 for soft


Ignore:
Timestamp:
Dec 3, 2015, 4:51:24 PM (8 years ago)
Author:
alain
Message:

cosmetic.

Location:
soft/giet_vm/giet_xml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_xml/mapping_info.h

    r709 r738  
    120120enum mwrTypes
    121121{
    122     MWR_SUBTYPE_GCD       = 0,
    123     MWR_SUBTYPE_DCT       = 1,
    124     MWR_SUBTYPE_CPY       = 2,
     122    MWR_SUBTYPE_CPY       = 0,
     123    MWR_SUBTYPE_GCD       = 1,
     124    MWR_SUBTYPE_DCT       = 2,
    125125};
    126126
  • soft/giet_vm/giet_xml/xml_driver.c

    r709 r738  
    7070    const char * mwr_subtype[] =
    7171    {
     72        "CPY",
    7273        "GCD",
    7374        "DCT",
    74         "CPY",
    7575    };
    7676
Note: See TracChangeset for help on using the changeset viewer.