use __haiku_addr_t instead of __haiku_uint32

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38098 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2010-08-14 11:58:02 +00:00
parent f4f4142ee0
commit 867b56657b
+1 -1
View File
@@ -41,7 +41,7 @@ typedef __haiku_addr_t active_reg_t;
remains the value 0. The bits are given in alphabetical order, and remains the value 0. The bits are given in alphabetical order, and
the definitions shifted by one from the previous bit; thus, when we the definitions shifted by one from the previous bit; thus, when we
add or remove a bit, only one other definition need change. */ add or remove a bit, only one other definition need change. */
typedef __haiku_addr_t reg_syntax_t; typedef __haiku_uint32 reg_syntax_t;
#ifdef __USE_GNU #ifdef __USE_GNU
/* If this bit is not set, then \ inside a bracket expression is literal. /* If this bit is not set, then \ inside a bracket expression is literal.