Browse Source

Fix whitepsace

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
ede77ad7dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/fault.cpp

2
Source/fault.cpp

@ -229,7 +229,7 @@ void __fastcall exception_call_stack(void *a1, LPVOID lp)
v2 = (unsigned int *)lp;
v3 = a1;
log_printf("Call stack:\r\nAddress Frame Logical addr Module\r\n");
log_printf("Call stack:\r\nAddress Frame Logical addr Module\r\n");
do
{
exception_unknown_module(v3, String1, 260, (int)&a4, (int)&a5);

Loading…
Cancel
Save