forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

libjpeg asm possible bug?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Heimdall



Joined: 10 Nov 2005
Posts: 259
Location: Netherlands

PostPosted: Thu Jun 05, 2008 12:24 am    Post subject: libjpeg asm possible bug? Reply with quote

Did someone forgot to add the commas, or the original code was correct?

Code:
Index: sceJpeg.S
===================================================================
--- sceJpeg.S   (revision 2395)
+++ sceJpeg.S   (working copy)
@@ -9,38 +9,38 @@
    IMPORT_FUNC   "sceJpeg",0x0425B986,sceJpeg_0425B986
 #endif
 #ifdef F_sceJpeg_0002
-   IMPORT_FUNC   "sceJpeg",0x04B5AE02    sceJpegMJpegCsc
+   IMPORT_FUNC   "sceJpeg",0x04B5AE02,sceJpegMJpegCsc
 #endif
 #ifdef F_sceJpeg_0003
-   IMPORT_FUNC   "sceJpeg",0x04B93CEF    sceJpegDecodeMJpeg
+   IMPORT_FUNC   "sceJpeg",0x04B93CEF,sceJpegDecodeMJpeg
 #endif
 #ifdef F_sceJpeg_0004
-   IMPORT_FUNC   "sceJpeg",0x227662D7    sceJpeg_227662D7
+   IMPORT_FUNC   "sceJpeg",0x227662D7,sceJpeg_227662D7
 #endif
 #ifdef F_sceJpeg_0005
-   IMPORT_FUNC   "sceJpeg",0x48B602B7    sceJpegDeleteMJpeg
+   IMPORT_FUNC   "sceJpeg",0x48B602B7,sceJpegDeleteMJpeg
 #endif
 #ifdef F_sceJpeg_0006
-   IMPORT_FUNC   "sceJpeg",0x64B6F978    sceJpeg_64B6F978
+   IMPORT_FUNC   "sceJpeg",0x64B6F978,sceJpeg_64B6F978
 #endif
 #ifdef F_sceJpeg_0007
-   IMPORT_FUNC   "sceJpeg",0x67F0ED84    sceJpeg_67F0ED84
+   IMPORT_FUNC   "sceJpeg",0x67F0ED84,sceJpeg_67F0ED84
 #endif
 #ifdef F_sceJpeg_0008
-   IMPORT_FUNC   "sceJpeg",0x7D2F3D7F    sceJpegFinishMJpeg
+   IMPORT_FUNC   "sceJpeg",0x7D2F3D7F,sceJpegFinishMJpeg
 #endif
 #ifdef F_sceJpeg_0009
-   IMPORT_FUNC   "sceJpeg",0x8F2BB012    sceJpegGetOutputInfo
+   IMPORT_FUNC   "sceJpeg",0x8F2BB012,sceJpegGetOutputInfo
 #endif
 #ifdef F_sceJpeg_0010
-   IMPORT_FUNC   "sceJpeg",0x91EED83C    sceJpegDecodeMJpegYCbCr
+   IMPORT_FUNC   "sceJpeg",0x91EED83C,sceJpegDecodeMJpegYCbCr
 #endif
 #ifdef F_sceJpeg_0011
-   IMPORT_FUNC   "sceJpeg",0x9B36444C    sceJpeg_9B36444C
+   IMPORT_FUNC   "sceJpeg",0x9B36444C,sceJpeg_9B36444C
 #endif
 #ifdef F_sceJpeg_0012
-   IMPORT_FUNC   "sceJpeg",0x9D47469C    sceJpegCreateMJpeg
+   IMPORT_FUNC   "sceJpeg",0x9D47469C,sceJpegCreateMJpeg
 #endif
 #ifdef F_sceJpeg_0013
-   IMPORT_FUNC   "sceJpeg",0xAC9E70E6    sceJpegInitMJpeg
+   IMPORT_FUNC   "sceJpeg",0xAC9E70E6,sceJpegInitMJpeg
 #endif
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Insert_witty_name



Joined: 10 May 2006
Posts: 376

PostPosted: Thu Jun 05, 2008 5:23 am    Post subject: Reply with quote

I've made the changes, but there seems to be a problem with commiting to subversion at the moment.

I'll submit it as soon as the problem is resolved.

Thanks.
Back to top
View user's profile Send private message
Insert_witty_name



Joined: 10 May 2006
Posts: 376

PostPosted: Sun Jun 08, 2008 4:02 am    Post subject: Reply with quote

Commited in revision 2397, thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group