Changeset 7bb1284 in buchla-68k for ram/setwq.c


Ignore:
Timestamp:
07/14/2017 09:37:38 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6a37d5b
Parents:
aa021e2
Message:

Signed integers in wordq struct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/setwq.c

    raa021e2 r7bb1284  
    2828*/
    2929
    30 uint16_t setwq(struct wordq *qp, uint16_t *qadr, uint16_t qsiz, uint16_t hi, uint16_t lo)
     30int16_t setwq(struct wordq *qp, uint16_t *qadr, int16_t qsiz, int16_t hi, int16_t lo)
    3131{
    3232        if ((uint16_t *)0L EQ qadr)
Note: See TracChangeset for help on using the changeset viewer.