Changeset 8325447 in buchla-68k for libcio


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
  • libcio/ptcl12.s

    r84c0125 r8325447  
    44| ------------------------------------------------------------------------------
    55                .text
    6                 .xdef   __ptcl12
     6                .xdef   _ptcl12
    77
    88CL              =       12
     
    1313FAT             =       a5
    1414
    15 __ptcl12:       link    A6,#0
     15_ptcl12:        link    A6,#0
    1616                movem.l CLT-CLA/FAT-FAT,-(sp)
    1717                move.l  8(A6),FAT
Note: See TracChangeset for help on using the changeset viewer.