Changeset 91806 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Oct 18, 2021 8:32:39 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR0-asm.sed
r91801 r91806 37 37 # We are only interested in the SUPEXP_STK_BACK lines. 38 38 /^ *SUPEXP_STK_BACKF*(/!d 39 s/^ *SUPEXP_STK_BACKF*( *\([0-9][0-9]*\) *, *\([^)][^)]*\)),.*$/\/\/ ##### BEGINFILE \"StkBack_\2.asm\"\n%include "VBox\/SUPR0StackWrapper.mac"\nSUPR0StackWrapperGeneric \2 \n\/\/ ##### ENDFILE/39 s/^ *SUPEXP_STK_BACKF*( *\([0-9][0-9]*\) *, *\([^)][^)]*\)),.*$/\/\/ ##### BEGINFILE \"StkBack_\2.asm\"\n%include "VBox\/SUPR0StackWrapper.mac"\nSUPR0StackWrapperGeneric \2, \1\n\/\/ ##### ENDFILE/ 40 40 b end 41 41
Note:
See TracChangeset
for help on using the changeset viewer.