Changeset 261 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/RomVars.inc


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/Inc/RomVars.inc

    r244 r261  
    7373endstruc
    7474
    75 %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice
    76     %error "IDEVARS.bSerialCOMPortChar needs to come immediately before IDEVARS.bDevice so that both bytes can be fetched at the same time inside DetectPrint.asm"
     75%ifndef CHECK_FOR_UNUSED_ENTRYPOINTS
     76    %if IDEVARS.bSerialCOMPortChar+1 != IDEVARS.bDevice
     77        %error "IDEVARS.bSerialCOMPortChar needs to come immediately before IDEVARS.bDevice so that both bytes can be fetched at the same time inside DetectPrint.asm"
     78    %endif
    7779%endif
    7880
Note: See TracChangeset for help on using the changeset viewer.