Changeset 68607 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Sep 1, 2017 3:35:59 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117831
- Location:
- trunk/src/VBox/ValidationKit/bootsectors/bs3kit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U4D.asm
r68605 r68607 38 38 ; @uses Nothing. 39 39 ; 40 ifdef BS3KIT_WITH_REAL_WATCOM_INTRINSIC_NAMES40 %ifdef BS3KIT_WITH_REAL_WATCOM_INTRINSIC_NAMES 41 41 global __U4D 42 42 __U4D: 43 endif43 %endif 44 44 global $_?U4D 45 45 $_?U4D: -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-wc16-U8RS.asm
r68605 r68607 35 35 ; @param SI Shift count. 36 36 ; 37 ifdef BS3KIT_WITH_REAL_WATCOM_INTRINSIC_NAMES37 %ifdef BS3KIT_WITH_REAL_WATCOM_INTRINSIC_NAMES 38 38 global __U8RS 39 39 __U8RS: 40 endif40 %endif 41 41 global $_?U8RS 42 42 $_?U8RS:
Note:
See TracChangeset
for help on using the changeset viewer.