- Timestamp:
- Oct 24, 2007 1:09:35 AM (17 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r5240 r5458 219 219 $(DEPTH)/include/iprt/asmdefs.mac \ 220 220 $(DEPTH)/include/VBox/cpum.mac \ 221 $(DEPTH)/include/VBox/sup.mac \ 221 222 $(DEPTH)/include/VBox/vm.mac \ 222 223 $(VBOX_PATH_VMM_SRC)/CPUMInternal.mac \ -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r4071 r5458 9 9 ; 10 10 ; Copyright (C) 2006-2007 innotek GmbH 11 ; 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as 13 13 ; available from http://www.virtualbox.org. This file is free software; … … 27 27 %include "VBox/cpum.mac" 28 28 %include "VBox/vm.mac" 29 %include "VBox/sup.mac" 29 30 %include "../VMMSwitcher/VMMSwitcher.mac" 30 31 %ifdef DO_GLOBALS
Note:
See TracChangeset
for help on using the changeset viewer.