Synchronize with trunk's revision r57629.
[reactos.git] / ntoskrnl / fstub / halstub.c
index a89ce80..99cc28c 100644 (file)
@@ -72,7 +72,7 @@ NTAPI
 xHalVectorToIDTEntry(IN ULONG Vector)
 {
     /* Return the vector */
-    return Vector;
+    return (UCHAR)Vector;
 }
 
 VOID