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


Ignore:
Timestamp:
Sep 23, 2010, 12:10:39 PM (15 years ago)
Author:
markus
Message:

for watcom build: use watcom calling convention as default, _cdecl where needed

File:
1 edited

Legend:

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

    r22 r24  
    8989  memset(&ata_cmd, 0x00, sizeof(ata_cmd));
    9090  ata_cmd.cmd = (u8) cmd;
    91 
    92   _asm int 3;
    9391
    9492  /* parse variable arguments */
Note: See TracChangeset for help on using the changeset viewer.