Ignore:
Timestamp:
12/24/09 22:05:24 (3 years ago)
Author:
reyalp
Message:
  • add strtoul on all cameras. Only tested on a540 but perfect matches on all.
  • fix lua handling of hex constants that would set sign bit. Now (as in standard lua) treated as an unsigned value, rather than resulting in LONG_MAX. Note that arithmetic and comparisons on such values in lua will still treat them as signed!
  • use strtoul in luaB_tonumber(), as in stock lua.
File:
1 edited

Legend:

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

    r826 r865  
    162162// ALT: NSTUB(strrchr, 0xffeeb7dc) // 8/0 
    163163NSTUB(strtol, 0xffeeaf30) 
     164NSTUB(strtoul, 0xffeeb0d8) 
    164165NSTUB(taskCreateHookAdd, 0xffef5ed8) 
    165166NSTUB(taskDeleteHookAdd, 0xffef5e14) 
Note: See TracChangeset for help on using the changeset viewer.