1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Whitespace changes.

committer: mfx <mfx> 1034619052 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-10-14 18:10:52 +00:00
parent d383b1e1a3
commit e275e7614e
2 changed files with 4 additions and 4 deletions

View File

@ -142,8 +142,8 @@ bool PackPs1::canPack()
int PackPs1::buildLoader(const Filter *) int PackPs1::buildLoader(const Filter *)
{ {
initLoader(nrv_loader,sizeof(nrv_loader)); initLoader(nrv_loader,sizeof(nrv_loader));
addLoader("PSXPREP0","PSXSTSZ0","PSXMAIN0", addLoader("PSXPREP0","PSXSTSZ0","PSXMAIN0",
ih.tx_ptr&0xffff ? "PSXJSTA0" : "PSXJSTH0", ih.tx_ptr&0xffff ? "PSXJSTA0" : "PSXJSTH0",
"PSXDECO0", "PSXDECO0",
NULL); NULL);
#ifdef EIGHTBIT #ifdef EIGHTBIT

View File

@ -84,8 +84,8 @@ copyloop:
ori a2,'OL' ; load DECOMPDATA LO offset ori a2,'OL' ; load DECOMPDATA LO offset
; __PSXJSTAZ__ ; __PSXJSTAZ__
; __PSXJSTH0__ ; __PSXJSTH0__
jr a3 ; jr a3 ;
lui a2,'OH' ; same for HI only !(offset&0xffff) lui a2,'OH' ; same for HI only !(offset&0xffff)
; __PSXJSTHZ__ ; __PSXJSTHZ__
; ============= ; =============