Changeset 1740 for trunk


Ignore:
Timestamp:
03/17/12 02:34:26 (14 months ago)
Author:
reyalp
Message:

correct sx10 100c strrchr from srsa_4c in http://chdk.setepontos.com/index.php?topic=650.msg82913#msg82913

Location:
trunk/platform/sx10/sub/100c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx10/sub/100c/stubs_entry.S

    r1641 r1740  
    1717//NSTUB(kbd_pwr_off                           ,0xff84b810) //  2 60%    *** != 0x00000000 
    1818// ERROR: kbd_pwr_on is not found.                         //--- ---    *** != 0x00000000 
    19 //NSTUB(strrchr                               ,0xff9df428) //  1        *** != 0xff9df430 
    2019 
    2120// Check of modemap from 'platform/CAMERA/shooting.c': 
     
    212211NSTUB(strncmp                                 ,0xff89b8d0) //  1 
    213212NSTUB(strncpy                                 ,0xff82db14) //  1 
     213NSTUB(strrchr                                 ,0xff9df428) //  1 
    214214NSTUB(strtol                                  ,0xff82dd4c) //101 
    215215NSTUB(strtolx                                 ,0xff82db50) //109 
  • trunk/platform/sx10/sub/100c/stubs_entry_2.S

    r1641 r1740  
    55NHSTUB(kbd_pwr_off,                 NULL_SUB) 
    66NHSTUB(kbd_pwr_on,                  NULL_SUB) 
    7 NHSTUB(strrchr,                     0xFF9DF430) 
    87 
    98// These don't exist/aren't found in dryos 
Note: See TracChangeset for help on using the changeset viewer.