forked from PAWPAW-Mirror/lib_xua
Remove pointless .extern directives.
These have no effect and are ignored by the assembler.
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
// void GetLockResource()
|
// void GetLockResource()
|
||||||
.extern GetLockResource
|
|
||||||
.globl GetLockResource.nstackwords
|
.globl GetLockResource.nstackwords
|
||||||
.linkset GetLockResource.nstackwords, 0
|
.linkset GetLockResource.nstackwords, 0
|
||||||
.globl GetLockResource
|
.globl GetLockResource
|
||||||
@@ -19,7 +18,6 @@ GetLockResource:
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
// void ClaimLock(lock l)
|
// void ClaimLock(lock l)
|
||||||
.extern ClaimLock
|
|
||||||
.globl ClaimLock.nstackwords
|
.globl ClaimLock.nstackwords
|
||||||
.linkset ClaimLock.nstackwords, 0
|
.linkset ClaimLock.nstackwords, 0
|
||||||
.globl ClaimLock
|
.globl ClaimLock
|
||||||
@@ -31,7 +29,6 @@ ClaimLock:
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
// void FreeLock(lock l)
|
// void FreeLock(lock l)
|
||||||
.extern FreeLock
|
|
||||||
.globl FreeLock.nstackwords
|
.globl FreeLock.nstackwords
|
||||||
.linkset FreeLock.nstackwords, 0
|
.linkset FreeLock.nstackwords, 0
|
||||||
.globl FreeLock
|
.globl FreeLock
|
||||||
@@ -43,7 +40,6 @@ FreeLock:
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////
|
||||||
// void FreeLockResource(lock l)
|
// void FreeLockResource(lock l)
|
||||||
.extern FreeLockResource
|
|
||||||
.globl FreeLockResource.nstackwords
|
.globl FreeLockResource.nstackwords
|
||||||
.linkset FreeLockResource.nstackwords, 0
|
.linkset FreeLockResource.nstackwords, 0
|
||||||
.globl FreeLockResource
|
.globl FreeLockResource
|
||||||
|
|||||||
Reference in New Issue
Block a user