Changeset 8325447 in buchla-68k for vlib/vputcv.s


Ignore:
Timestamp:
08/07/2017 02:04:35 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
27c8d40
Parents:
84c0125
Message:

Removed _ prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlib/vputcv.s

    r84c0125 r8325447  
    1515                .text
    1616
    17                 .xdef   _vputcv
     17                .xdef   vputcv
    1818
    1919P_ADR           =       8
     
    2626                .page
    2727
    28 _vputcv:        link    a6,#0           | Link stack frame pointer
     28vputcv:         link    a6,#0           | Link stack frame pointer
    2929                move.w  P_ROW(a6),d0    | Get row
    3030                mulu    P_LEN(a6),d0    | Multiply by len
Note: See TracChangeset for help on using the changeset viewer.