cvs commit: src/tools/regression/ia64/unaligned test.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Jan 27 14:46:16 PST 2005


marcel      2005-01-27 22:46:15 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/ia64/unaligned test.c 
  Log:
  Fix the unaligned store with post increment test: The misaligned pointer
  stopped pointing to the value the moment we wrote it due to the post
  increment. So, grab the value for comparison out of the data structure
  directly.
  
  Revision  Changes    Path
  1.3       +1 -1      src/tools/regression/ia64/unaligned/test.c


More information about the cvs-src mailing list