forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf18cad9
committed
Fix atomic ops inline x86 inline assembly for older 32bit gccs.
Some x86 32bit versions of gcc apparently generate references to thenonexistant %sil register when using when using the r inputconstraint, but not with the =q constraint. The latter restrictsallocations to a/b/c/d which should all work.1 parent88bcdf9 commitf18cad9
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
|
0 commit comments
Comments
(0)