projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7b402
)
Fixed Ki386WriteFsByte.
author
Hartmut Birr
<osexpert@googlemail.com>
Mon, 24 Oct 2005 17:45:37 +0000
(17:45 +0000)
committer
Hartmut Birr
<osexpert@googlemail.com>
Mon, 24 Oct 2005 17:45:37 +0000
(17:45 +0000)
svn path=/trunk/; revision=18751
reactos/hal/halx86/include/halp.h
patch
|
blob
|
history
diff --git
a/reactos/hal/halx86/include/halp.h
b/reactos/hal/halx86/include/halp.h
index
dbee3f2
..
fda8ec0
100644
(file)
--- a/
reactos/hal/halx86/include/halp.h
+++ b/
reactos/hal/halx86/include/halp.h
@@
-73,7
+73,7
@@
static inline BYTE Ki386ReadFsByte(ULONG offset)
static inline VOID Ki386WriteFsByte(ULONG offset, BYTE value)
{
- __asm__ __volatile__("movb %0,%%fs:(%1)"::"
r
" (value), "r" (offset));
+ __asm__ __volatile__("movb %0,%%fs:(%1)"::"
q
" (value), "r" (offset));
}
#elif defined(_MSC_VER)