haiku/src
Marcus Overhagen a07acab41b fixed assembly code to compile with gcc 4.0.3. the original code was invalid, as there is no mov instruction to
move a 16 bit segment register into 32 bit memory location, and movzx (called movzwl within gcc) doesn't work with 
segement registers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18864 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-09-16 20:40:19 +00:00
..
add-ons Quick workaround for a appearantly common problem (getting the initial state of a hid device hanging the system). 2006-09-16 00:39:58 +00:00
apps * some clean up for style guide conformance 2006-09-14 18:08:15 +00:00
bin stop the copy when not everything is written 2006-08-31 12:21:57 +00:00
build Need to actually *build* libhaikucompat on non-Haiku platforms. :D 2006-08-03 18:25:26 +00:00
data added mime type for image/x-targa 2006-09-12 09:35:38 +00:00
documentation update with methodsynopsis 2006-09-15 14:17:12 +00:00
kits * now draws disabled icons fine when they are B_RGBA32 2006-09-14 18:14:17 +00:00
libs various changes to improve integration of vector icons 2006-09-11 10:52:01 +00:00
preferences try at taking into account the subvendor id and the subsystem id for device info 2006-09-11 11:36:44 +00:00
servers * on R5, the meaning of B_CONSTANT_ALPHA is a bit different 2006-09-14 18:07:02 +00:00
system fixed assembly code to compile with gcc 4.0.3. the original code was invalid, as there is no mov instruction to 2006-09-16 20:40:19 +00:00
tests build udf for r5 2006-09-01 15:05:54 +00:00
tools improves the checks : now includes initializer, virtuals 2006-09-15 13:56:32 +00:00
Jamfile