mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
[SOFT386]
Remove whitespace from empty line. svn path=/branches/ntvdm/; revision=60258
This commit is contained in:
parent
7328873681
commit
56948f4801
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ Soft386Reset(PSOFT386_STATE State)
|
||||||
|
|
||||||
/* Initialize CR0 */
|
/* Initialize CR0 */
|
||||||
State->ControlRegisters[SOFT386_REG_CR0] |= SOFT386_CR0_ET;
|
State->ControlRegisters[SOFT386_REG_CR0] |= SOFT386_CR0_ET;
|
||||||
|
|
||||||
/* Restore the callbacks */
|
/* Restore the callbacks */
|
||||||
State->MemReadCallback = MemReadCallback;
|
State->MemReadCallback = MemReadCallback;
|
||||||
State->MemWriteCallback = MemWriteCallback;
|
State->MemWriteCallback = MemWriteCallback;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue