projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89cbf01
)
backslash for portability, from Andreas Zeugswetter
author
Bruce Momjian
<
[email protected]
>
Tue, 27 Oct 1998 17:47:51 +0000
(17:47 +0000)
committer
Bruce Momjian
<
[email protected]
>
Tue, 27 Oct 1998 17:47:51 +0000
(17:47 +0000)
src/include/storage/s_lock.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/storage/s_lock.h
b/src/include/storage/s_lock.h
index 26ec9142c05ebe053f530a9fd9a449a8407fb96c..835987c586c367f7eaa1651e72d50f9558c6190c 100644
(file)
--- a/
src/include/storage/s_lock.h
+++ b/
src/include/storage/s_lock.h
@@
-175,7
+175,7
@@
static __inline__ int
tas(volatile slock_t *lock)
{
register _res;
- __asm__("sbitb 0, %0
+ __asm__("sbitb 0, %0
\
sfsd %1"
: "=m"(*lock), "=r"(_res));
return (int) _res;