File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
win32ss/drivers/miniport/genfbvmp Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ HalInitSystem(
167167 HalpInitPhase1 ();
168168
169169 /* Initialize Phase 1 of the x86 emulator */
170- // HalInitializeBios(1, LoaderBlock);
170+ HalInitializeBios (1 , LoaderBlock );
171171 }
172172
173173 /* All done, return */
Original file line number Diff line number Diff line change @@ -855,7 +855,7 @@ GenFbVmpSetPowerState(
855855
856856 /* Unused */
857857 DPRINT1 ("GenFbVmpSetPowerState(%p)\n" , HwDeviceExtension );
858- // __debugbreak();
858+ __debugbreak ();
859859 return ERROR_INVALID_FUNCTION ; // NO_ERROR;
860860}
861861
@@ -870,7 +870,7 @@ GenFbVmpGetPowerState(
870870
871871 /* Unused */
872872 DPRINT1 ("GenFbVmpGetPowerState(%p)\n" , HwDeviceExtension );
873- // __debugbreak();
873+ __debugbreak ();
874874 return ERROR_INVALID_FUNCTION ; // NO_ERROR;
875875}
876876
@@ -888,7 +888,7 @@ GenFbVmpGetVideoChildDescriptor(
888888
889889 /* Unused */
890890 DPRINT1 ("GenFbVmpGetVideoChildDescriptor(%p)\n" , HwDeviceExtension );
891- // __debugbreak();
891+ __debugbreak ();
892892 return NO_ERROR ; // FIXME: Should return VIDEO_ENUM_NO_MORE_DEVICES;
893893}
894894
You can’t perform that action at this time.
0 commit comments