- Timestamp:
- Nov 15, 2009 5:21:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54862
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/VMMGC.mac
r13813 r24680 51 51 %ifdef ASM_FORMAT_MACHO 52 52 %ifdef __YASM__ 53 ; this syntax requires a patch yasm, sorry.54 53 %macro VMMR0_SEG 1 55 [section %1 segname=VMMR0 align=1 ] 54 %ifndef DEFINED_VMMR0_SEG.%1 55 %define DEFINED_VMMR0_SEG.%1 1 56 [section VMMR0 %1 align=1 ] 57 %else 58 [section VMMR0 %1 ] 59 %endif 56 60 %endmacro 57 61 %else
Note:
See TracChangeset
for help on using the changeset viewer.