Changeset 8325447 in buchla-68k for vlib/vvputsv.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/vvputsv.s

    r84c0125 r8325447  
    2222                .text
    2323
    24                 .xdef   _vvputsv
     24                .xdef   vvputsv
    2525
    2626| Argument offsets from a6:
     
    6868                .page
    6969
    70 _vvputsv:       link    a6,#0           | Link stack frames
     70vvputsv:        link    a6,#0           | Link stack frames
    7171                movem.l d3-d6/a3,-(a7)  | Save registers we use
    7272                move.w  #PSHIFT,d1      | Set shift constant
Note: See TracChangeset for help on using the changeset viewer.