From bb4799bafe3c19b06d033f3a25b04dffe90d533b Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Thu, 1 Sep 2011 12:38:56 +0000 Subject: [PATCH] - Fix wrong macros usage, found by PVS-Studio svn path=/trunk/; revision=53514 --- reactos/hal/halx86/generic/bios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/hal/halx86/generic/bios.c b/reactos/hal/halx86/generic/bios.c index 9103effe84a..815062b0685 100644 --- a/reactos/hal/halx86/generic/bios.c +++ b/reactos/hal/halx86/generic/bios.c @@ -424,7 +424,7 @@ HalpRestoreIopm(VOID) // // Set default state // - RtlFillMemory(HalpSavedIoMap, 0xFF, IOPM_FULL_SIZE); + RtlFillMemory(HalpSavedIoMap, IOPM_FULL_SIZE, 0xFF); // // Restore the backed up copy, and initialize it