forked from KolibriOS/kolibrios
sdk: 1)update
2)freetype sample git-svn-id: svn://kolibrios.org@5024 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -146,7 +146,6 @@ uint32_t get_mouse_wheels(void)
|
||||
|
||||
__asm__ __volatile__(
|
||||
"int $0x40 \n\t"
|
||||
"rol $16, %%eax"
|
||||
:"=a"(val)
|
||||
:"a"(37),"b"(7));
|
||||
return val;
|
||||
|
Reference in New Issue
Block a user