Changeset 1311


Ignore:
Timestamp:
09/02/11 23:49:22 (21 months ago)
Author:
philmoz
Message:

Fix some errors in capt_seq.c for G12 firmware versions 1.00e and 1.00f.

Location:
trunk/platform/g12/sub
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/g12/sub/100e/capt_seq.c

    r1273 r1311  
    419419"                LDRH    R0, [R5,#0x94] \n" 
    420420"                CMP     R0, #2 \n" 
    421 "                BNE     loc_FF98C5A4 \n" 
     421"                BNE     loc_FF98C5B0 \n" 
    422422"                BL      sub_FF8834E8 \n" 
    423423"                LDRH    R0, [R5] \n" 
     
    435435"                LDRH    R0, [R5,#0x94] \n" 
    436436"                CMP     R0, #2 \n" 
    437 "                BEQ     loc_FF98C5A4 \n" 
    438 "                B       loc_FF98C5A4 \n" 
     437"                BEQ     loc_FF98C5DC \n" 
     438"                B       loc_FF98C5B0 \n" 
    439439 
    440440"loc_FF98C598: \n" 
  • trunk/platform/g12/sub/100f/capt_seq.c

    r1273 r1311  
    420420"                LDRH    R0, [R5,#0x94] \n" 
    421421"                CMP     R0, #2 \n" 
    422 "                BNE     loc_FF98C5A4 \n" 
     422"                BNE     loc_FF98C5B0 \n" 
    423423"                BL      sub_FF8834E8 \n" 
    424424"                LDRH    R0, [R5] \n" 
     
    436436"                LDRH    R0, [R5,#0x94] \n" 
    437437"                CMP     R0, #2 \n" 
    438 "                BEQ     loc_FF98C5A4 \n" 
    439 "                B       loc_FF98C5A4 \n" 
     438"                BEQ     loc_FF98C5DC \n" 
     439"                B       loc_FF98C5B0 \n" 
    440440 
    441441"loc_FF98C598: \n" 
Note: See TracChangeset for help on using the changeset viewer.