- Timestamp:
- Jun 30, 2007 12:23:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/os2/sys0.asm
r2988 r3335 28 28 BEGINCODE 29 29 30 global __text 31 __text: 30 32 global ___ehInit 31 33 ___ehInit: … … 36 38 xor eax,eax 37 39 ret 40 41 BEGINDATA 42 global __data 43 __data: 44 global __data_start 45 __data_start: 46 47 BEGINBSS 48 global __bss_start 49 __bss_start: 50 51
Note:
See TracChangeset
for help on using the changeset viewer.