mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-16 14:14:07 +00:00
format
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@550 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -40,7 +40,7 @@ switch(ty) {
|
||||
|
||||
#if defined(__WATCOMC__) || defined(__i386__) || defined(__amd64__)
|
||||
static MwU32 getCPUFeatures(void) {
|
||||
MwU32 _eax = 1;
|
||||
MwU32 _eax = 1;
|
||||
MwU32 _edx;
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
@@ -50,7 +50,7 @@ static MwU32 getCPUFeatures(void) {
|
||||
mov _edx, edx
|
||||
}
|
||||
#else
|
||||
asm volatile (
|
||||
asm volatile(
|
||||
"cpuid" : "=a"(_eax), "=d"(_edx)
|
||||
: "a"(1) : "ebx", "ecx");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user