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

    r84c0125 r8325447  
    2424                .text
    2525
    26                 .xdef   _vsplot4
     26                .xdef   vsplot4
    2727
    2828| Argument offsets from a6:
     
    6969                .page
    7070
    71 _vsplot4:       link    a6,#0           | Link stack frames
     71vsplot4:        link    a6,#0           | Link stack frames
    7272                movem.l d3-d6/a3,-(a7)  | Save registers we use
    7373                move.w  #PSHIFT,d1      | Set shift constant
Note: See TracChangeset for help on using the changeset viewer.