Changeset 86 for trunk/src/os2ahci/ata.c


Ignore:
Timestamp:
Apr 28, 2011, 7:41:44 PM (14 years ago)
Author:
chris
Message:
  • Cosmetic changes to comments
  • Fix number to string conversion for negative [decimal] numbers (the minus sign was at the wrong location and the two's complement was not respected). This functionality was unused so far but popped up during a code review.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ata.c

    r82 r86  
    4747 *    be 0 for the time being.
    4848 *
    49  *  - 'cmd' is passwd as 16-bit integer because the compiler would push
     49 *  - 'cmd' is passed as 16-bit integer because the compiler would push
    5050 *    a 'u8' as 16-bit value (it's a fixed argument) and the stdarg
    5151 *    macros would screw up the address of the first variable argument
Note: See TracChangeset for help on using the changeset viewer.