Compare commits
No commits in common. "ae414c5c993a77bd71df14fe137d0b6e1939d42e" and "b44e55a92c28944f95c01168856899c963367878" have entirely different histories.
ae414c5c99
...
b44e55a92c
@ -6,7 +6,6 @@ global ?GetExtFeatureBits_1@CPU@ehs@@SAIXZ
|
||||
global ?GetExtFeatureBits_2@CPU@ehs@@SAKXZ
|
||||
global ?GetExtFeatureBits_3@CPU@ehs@@SAKXZ
|
||||
global ?GetBrand@CPU@ehs@@SAXPEAD@Z
|
||||
global ?GetCacheLineSize@CPU@ehs@@SAEXZ
|
||||
|
||||
section .text
|
||||
?GetManufacturer@CPU@ehs@@SAXPEAD@Z:
|
||||
@ -125,17 +124,4 @@ section .text
|
||||
|
||||
POP RBX
|
||||
|
||||
RET
|
||||
|
||||
?GetCacheLineSize@CPU@ehs@@SAEXZ:
|
||||
PUSH RBX
|
||||
|
||||
MOV EAX, 0x80000006
|
||||
CPUID
|
||||
|
||||
XOR EAX, EAX
|
||||
MOV AL, CL
|
||||
|
||||
POP RBX
|
||||
|
||||
RET
|
Loading…
x
Reference in New Issue
Block a user