mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Don't randomly comment out code. Probably fixes kdb cont command.
svn path=/branches/ros-amd64-bringup/; revision=37288
This commit is contained in:
@@ -1625,7 +1625,7 @@ continue_execution:
|
||||
TrapFrame->Dr6 &= ~0x0000e00f;
|
||||
|
||||
/* Skip the current instruction */
|
||||
// Context->Eip++;
|
||||
Context->Eip++;
|
||||
}
|
||||
|
||||
return ContinueType;
|
||||
|
||||
Reference in New Issue
Block a user