forked from KolibriOS/kolibrios
kolibri-libc:
- Fixed _ksys_process_info git-svn-id: svn://kolibrios.org@8665 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
db56f2e024
commit
06a12a8d7e
@ -793,6 +793,7 @@ int not_optimized _ksys_process_info(ksys_proc_table_t* table, int pid)
|
|||||||
"int $0x40"
|
"int $0x40"
|
||||||
:"=a"(val)
|
:"=a"(val)
|
||||||
:"a"(9), "b"(table), "c"(pid)
|
:"a"(9), "b"(table), "c"(pid)
|
||||||
|
:"memory"
|
||||||
);
|
);
|
||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user