Ignore:
Timestamp:
Feb 24, 2012, 3:04:04 AM (12 years ago)
Author:
gregli@…
google:author:
gregli@hotmail.com
Message:

Basic maintenance to enable the unused code check to work again, no real code change. Verified no unused code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm

    r258 r261  
    100100    ret
    101101
    102 %if FLG_ROMVARS_SERIAL_SCANDETECT != 8
    103     %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA.  Changes in the code will be needed if these values are no longer the same."
     102%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS       
     103    %if FLG_ROMVARS_SERIAL_SCANDETECT != 8
     104        %error "DetectDrives is currently coded to assume that FLG_ROMVARS_SERIAL_SCANDETECT is the same bit as the ALT key code in the BDA.  Changes in the code will be needed if these values are no longer the same."
     105    %endif
    104106%endif
    105107
Note: See TracChangeset for help on using the changeset viewer.