1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-22 18:45:00 +00:00

[KERNEL32]

Fixx 64bits build.
Spotted by Thomas

svn path=/trunk/; revision=66355
This commit is contained in:
Pierre Schweitzer 2015-02-19 18:42:37 +00:00
parent b8620eab1b
commit 5fa459dac2

View file

@ -370,7 +370,7 @@ RaiseException(IN DWORD dwExceptionCode,
{
DPRINT1("Delphi Exception at address: %p\n", ExceptionRecord.ExceptionInformation[0]);
DPRINT1("Exception-Object: %p\n", ExceptionRecord.ExceptionInformation[1]);
DPRINT1("Exception text: %x\n", ExceptionRecord.ExceptionInformation[2]);
DPRINT1("Exception text: %lx\n", ExceptionRecord.ExceptionInformation[2]);
}
/* Trace the wine special error and show the modulename and functionname */