/[hurd]/hurd-l4/libl4/l4/ipc.h
ViewVC logotype

Diff of /hurd-l4/libl4/l4/ipc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by marcus, Wed Feb 9 04:07:00 2005 UTC revision 1.12 by marcus, Thu Apr 7 11:14:49 2005 UTC
# Line 989  _L4_msg_append_word (_L4_msg_t msg, _L4_ Line 989  _L4_msg_append_word (_L4_msg_t msg, _L4_
989    typed_nr = tag.typed;    typed_nr = tag.typed;
990    
991    while (typed_nr)    while (typed_nr)
992      __builtin_memcpy (&msg[untyped_nr + typed_nr + 1], &msg[untyped_nr + typed_nr],      {
993              sizeof (_L4_word_t));        __builtin_memcpy (&msg[untyped_nr + typed_nr + 1],
994                            &msg[untyped_nr + typed_nr],
995                            sizeof (_L4_word_t));
996          typed_nr--;
997        }
998    
999    tag.untyped++;    tag.untyped++;
1000    msg[tag.untyped] = data;    msg[tag.untyped] = data;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26