Changeset 370 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/Flash.asm
r293 r370 33 33 34 34 loop .FlashNextPage 35 %ifndef CHECK_FOR_UNUSED_ENTRYPOINTS 35 36 %if FLASH_RESULT.success = 0 ; Just in case this should ever change 36 37 mov [bp+FLASHVARS.flashResult], cl 37 38 %else 38 39 mov BYTE [bp+FLASHVARS.flashResult], FLASH_RESULT.success 40 %endif 39 41 %endif 40 42 ret
Note:
See TracChangeset
for help on using the changeset viewer.