Changeset 21916 for trunk/src/kernel32/cpuhlp.asm
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/cpuhlp.asm
r4407 r21916 14 14 ASSUME DS:FLAT,SS:FLAT 15 15 16 PUBLIC CPUFeatures17 CPUFeaturesdd 016 PUBLIC _CPUFeatures 17 _CPUFeatures dd 0 18 18 19 19 DATA32 ENDS … … 85 85 mov eax, edx 86 86 87 mov [ CPUFeatures], eax87 mov [_CPUFeatures], eax 88 88 89 89 pop edx
Note:
See TracChangeset
for help on using the changeset viewer.