Index: /trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp
===================================================================
--- /trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp	(revision 80565)
+++ /trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp	(revision 80566)
@@ -420,4 +420,13 @@
             }
 
+            case 'R':
+                if (   pszFmt[0] == 'h'
+                    && pszFmt[1] == 'X')
+                {
+                    VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument");
+                    iArg++;
+                }
+                RT_FALL_THROUGH();
+
             default:
                 VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument");
