* mention to the friendly compiler that we are going to stomp on ebx and it
should probably deal with that fact already. This commit was SVN r5463.
Этот коммит содержится в:
родитель
8b69a532b7
Коммит
776d3c02c9
@ -132,7 +132,7 @@ static inline int ompi_atomic_cmpset_64(volatile int64_t *addr,
|
||||
: "=qm"(ret)
|
||||
: "D"(addr), "a"(ll_low(oldval)), "d"(ll_high(oldval)),
|
||||
"r"(ll_low(newval)), "c"(ll_high(newval))
|
||||
: "cc", "memory");
|
||||
: "cc", "memory", "ebx");
|
||||
return (int) ret;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user