Changeset 8325447 in buchla-68k for iolib/setipl.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
  • iolib/setipl.s

    r84c0125 r8325447  
    1616                .text
    1717
    18                 .xdef   _setipl
     18                .xdef   setipl
    1919
    20 _setipl:        link    a6,#0                   | Link up stack frames
     20setipl:         link    a6,#0                   | Link up stack frames
    2121                move.w  8(a6),d0                | Get argument
    2222                tst.w   d0                      | Check lower limit
Note: See TracChangeset for help on using the changeset viewer.