mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[KERNEL32]
Fixx 64bits build. Spotted by Thomas svn path=/trunk/; revision=66355
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user