Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
51 additions
and 33 deletions.
- 0 modules/debug/ioptrap/{handler.s → handler.S}
- +3 −1 modules/ds34bt/iop/{smsutils.s → smsutils.S}
- +3 −1 modules/ds34usb/iop/{smsutils.s → smsutils.S}
- +3 −1 modules/iopcore/cdvdman/{smsutils.s → smsutils.S}
- +2 −0 modules/iopcore/patches/iremsndpatch/asm.S
- +2 −0 modules/iopcore/udnl-t300/{udnl_asm.s → udnl_asm.S}
- +2 −0 modules/iopcore/udnl/{udnl_asm.s → udnl_asm.S}
- +3 −0 modules/network/SMSTCPIP/{inet.s → inet.S}
- +3 −0 modules/network/SMSUTILS/{SMSUTILS.s → SMSUTILS.S}
- +30 −30 modules/network/smap-ingame/xfer.c
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,3 +1,5 @@ | ||
| #include "as_reg_compat.h" | ||
|
|
||
| .set noreorder | ||
|
|
||
| .text | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,3 +1,5 @@ | ||
| #include "as_reg_compat.h" | ||
|
|
||
| .set noat | ||
| .set noreorder | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,3 +1,5 @@ | ||
| #include "as_reg_compat.h" | ||
|
|
||
| .ifdef .gasversion. | ||
| .section .mdebug.abi32 | ||
| .nan legacy | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -7,6 +7,9 @@ | ||
| # Pulled out 'sde' library from MIPS. | ||
| # | ||
| */ | ||
|
|
||
| #include "as_reg_compat.h" | ||
|
|
||
| .ifdef .gasversion. | ||
| .section .mdebug.abi32 | ||
| .nan legacy | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters