From 26c872565c6518f5f4ea1e7588b60d822b47ae67 Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Tue, 22 May 2001 07:25:33 +0000 Subject: =?UTF-8?q?MOUAHAHAHAHAHAHA=20c'=C3=A9tait=20bien=20=C3=A7a...=20i?= =?UTF-8?q?nversion=20de=20RG=20et=20RD...=20mais=20QUE=20C'EST=20LENT!!!?= =?UTF-8?q?=20:)))?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/alu.c | 12 ++++++------ po/ProjetArchi.pot | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/alu.c b/lib/alu.c index bde852d..af4b9eb 100644 --- a/lib/alu.c +++ b/lib/alu.c @@ -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 \n" "Language-Team: LANGUAGE \n" -- cgit v1.2.3