Changeset 524 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
- Timestamp:
- Mar 14, 2013, 2:28:30 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ModuleDependency.inc
r522 r524 20 20 ; Allow RELOCATE_INT13H_STACK only for AT builds 21 21 %ifndef USE_AT 22 %undef RELOCATE_INT13H_STACK 22 %ifdef RELOCATE_INT13H_STACK 23 %undef RELOCATE_INT13H_STACK 24 %warning "RELOCATE_INT13H_STACK is not supported for XT builds!" 25 %endif 23 26 %endif 24 27
Note:
See TracChangeset
for help on using the changeset viewer.