Index: /trunk/include/VBox/apic.h
===================================================================
--- /trunk/include/VBox/apic.h	(revision 38958)
+++ /trunk/include/VBox/apic.h	(revision 38959)
@@ -6,5 +6,5 @@
 
 /*
- * Copyright (C) 2010 Oracle Corporation
+ * Copyright (C) 2010-2011 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -50,7 +50,7 @@
 #define   APIC_REG_LVT_MASKED                   RT_BIT(16)
 
-DECLINLINE(uint32_t) ApicRegRead(void *pBase, uint32_t reg)
+DECLINLINE(uint32_t) ApicRegRead(void *pvBase, uint32_t offReg)
 {
-    return *(const volatile uint32_t*)((uintptr_t)pBase + reg);
+    return *(const volatile uint32_t *)((uintptr_t)pvBase + offReg);
 }
 
