Ignore:
Timestamp:
Mar 14, 2011, 10:24:33 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to Configurator v2:

  • Saving changes now works again (got broken in r118).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/EEPROM.asm

    r118 r138  
    4545.CheckNextEepromSize:
    4646    cmp     ax, [cs:bx]
    47     jbe     SHORT .ReturnEepromSizeInAX
     47    jbe     SHORT .ReturnEepromSizeInCX
    4848    inc     bx
    4949    inc     bx
     
    5252    ret
    5353ALIGN JUMP_ALIGN
    54 .ReturnEepromSizeInAX:
     54.ReturnEepromSizeInCX:
    5555    mov     cx, [cs:bx]
    5656    stc
Note: See TracChangeset for help on using the changeset viewer.