From d37b3b2214afdcad845958b8f4d2af1af57bf08b Mon Sep 17 00:00:00 2001 From: Pixel <> Date: Mon, 16 Apr 2001 17:09:32 +0000 Subject: Prout --- lib/alu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/alu.c') diff --git a/lib/alu.c b/lib/alu.c index 5a2819a..e90b0cc 100644 --- a/lib/alu.c +++ b/lib/alu.c @@ -746,9 +746,9 @@ Uint32 DivisionSigne(Uint32 a, Uint32 b) Uint32 AND(Uint32 a, Uint32 b) { if (Rapide) { - return RANDSigne(a, b); + return RAND(a, b); } else { - return NANDSigne(a, b); + return NAND(a, b); } } -- cgit v1.2.3