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:
parent
b8620eab1b
commit
5fa459dac2
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue