diff options
| -rw-r--r-- | lib/alu.c | 12 | ||||
| -rw-r--r-- | po/ProjetArchi.pot | 2 | 
2 files changed, 7 insertions, 7 deletions
| @@ -429,8 +429,8 @@ Uint32 MUL_UU(Uint32 a, Uint32 b) {  		SetOverflow();  	else  		ResetOverflow(); -    SecondResult=u;	 -    return (v);	 +    SecondResult=v;	 +    return (u);	  }  Uint32 MUL_SS(Uint32 a, Uint32 b) { @@ -472,8 +472,8 @@ Uint32 MUL_SS(Uint32 a, Uint32 b) {  	else  		ResetOverflow();      } -    SecondResult=RegistreRD; -    return (RegistreRG); +    SecondResult=RegistreRG; +    return (RegistreRD);  }  Uint32 DivMod_UU(Uint32 a, Uint32 b) { @@ -512,8 +512,8 @@ Uint32 DivMod_SS(Uint32 a, Uint32 b) {  	RegistreRD = SecondResult;          RegistreRD = OPP(RegistreRD);      } -    SecondResult = RegistreRD; -    return (RegistreRG);  		 +    SecondResult = RegistreRG; +    return (RegistreRD);  		  } diff --git a/po/ProjetArchi.pot b/po/ProjetArchi.pot index ebe7a0c..ab1a500 100644 --- a/po/ProjetArchi.pot +++ b/po/ProjetArchi.pot @@ -6,7 +6,7 @@  msgid ""  msgstr ""  "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2001-05-20 02:30+0200\n" +"POT-Creation-Date: 2001-05-22 09:24+0200\n"  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"  "Language-Team: LANGUAGE <LL@li.org>\n" | 
