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

    r84c0125 r8325447  
    3232                .text
    3333
    34                 .xdef   _vputp
     34                .xdef   vputp
    3535
    3636OCTAD           =       8
     
    5151                .page
    5252
    53 _vputp:         link    a6,#0                   | Link stack frames
     53vputp:          link    a6,#0                   | Link stack frames
    5454                movea.l OCTAD(a6),a1            | Get OCTAD base into a1
    5555                move.w  XLOC(a6),d0             | Get XLOC into d0
Note: See TracChangeset for help on using the changeset viewer.