Index: ntoskrnl/ex/harderr.c =================================================================== --- ntoskrnl/ex/harderr.c (revision 75430) +++ ntoskrnl/ex/harderr.c (working copy) @@ -306,6 +306,7 @@ ExRaiseDatatypeMisalignment(VOID) { /* Raise the Right Status */ + DPRINT1("Raising STATUS_DATATYPE_MISALIGNMENT, let's hope user mode handles in when it needs to.\n"); RtlRaiseStatus(STATUS_DATATYPE_MISALIGNMENT); }