VirtualBox

Changeset 2040 in kBuild


Ignore:
Timestamp:
Nov 3, 2008 12:07:07 PM (17 years ago)
Author:
bird
Message:

Another try.

Location:
trunk/src/kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/make.h

    r2039 r2040  
    604604/* Free an item. */
    605605MY_INLINE void
    606 alloccache_free (struct alloccache *cache, void volatile *item)
     606alloccache_free (struct alloccache *cache, void *item)
    607607{
    608   struct alloccache_free_ent *f = (struct alloccache_free_ent *)item;
     608  struct alloccache_free_ent *f = (struct alloccache_free_ent *)item; /* aliasing problem :-( */
    609609#if 0 /*ndef NDEBUG*/
    610610  struct alloccache_free_ent *c;
  • trunk/src/kmk/read.c

    r2039 r2040  
    11071107#else
    11081108              alloccache_free (&nameseq_cache, files);
     1109              files = 0;
    11091110#endif
    11101111              files = next;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette