mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[CRT]
Fix another typo svn path=/trunk/; revision=49836
This commit is contained in:
@@ -109,6 +109,6 @@ _longjmp:
|
||||
mov esi, [ecx + JB_SI*4]
|
||||
mov esp, [ecx + JB_SP*4]
|
||||
/* Jump to saved PC. */
|
||||
jmp dword ptr [edx]
|
||||
jmp edx
|
||||
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user