Index: /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-CpuDetect.asm
===================================================================
--- /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-CpuDetect.asm	(revision 60673)
+++ /trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-CpuDetect.asm	(revision 60674)
@@ -145,5 +145,5 @@
         ;
         sidt    [xBP - xCB*4 - 20h]
-        cmp     [xBP - xCB*4 - 20h + 2 + 3], 0ffh
+        cmp     byte [xBP - xCB*4 - 20h + 2 + 3], 0ffh
         jne     .386plus
 
