1. 05 Feb, 2013 1 commit
  2. 11 Oct, 2012 1 commit
  3. 08 Sep, 2012 1 commit
  4. 15 Aug, 2012 1 commit
  5. 13 Aug, 2012 1 commit
    • Mans Rullgard's avatar
      x86: mlpdsp: avoid taking address of void · c8252e80
      Mans Rullgard authored
      This code contains a C array of addresses of labels defined in
      inline asm.  To do this, the names must be declared as external
      in C.  The declared type does not matter since only the address is
      used, and for some reason, the author of the code used the 'void'
      type despite taking the address of a void expression being invalid.
      
      Changing the type to char, a reasonable choice since the alignment
      of the code labels cannot be known or guaranteed, eliminates gcc
      warnings and allows building with suncc.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      c8252e80
  6. 08 Aug, 2012 1 commit
  7. 28 Jun, 2011 1 commit
  8. 19 Mar, 2011 1 commit
  9. 03 Jun, 2009 1 commit
  10. 25 May, 2009 1 commit
  11. 23 May, 2009 1 commit