Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7952ebf9
Commit
7952ebf9
authored
Dec 07, 1998
by
Andreas Mohr
Committed by
Alexandre Julliard
Dec 07, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a real mode problem.
parent
26952d7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
winaspi16.c
dlls/winaspi/winaspi16.c
+2
-1
No files found.
dlls/winaspi/winaspi16.c
View file @
7952ebf9
...
...
@@ -482,8 +482,9 @@ void ASPI_DOS_HandleInt(CONTEXT *context)
*
dosptr
++
=
0xea
;
/* ljmp */
*
(
FARPROC16
*
)
dosptr
=
DOS_func
;
*
(
DWORD
*
)
PTR_SEG_OFF_TO_LIN
(
DS_reg
(
context
),
DX_reg
(
context
))
*
(
DWORD
*
)
CTX_SEG_OFF_TO_LIN
(
context
,
DS_reg
(
context
),
E
DX_reg
(
context
))
=
MAKELONG
(
0
,
HIWORD
(
dos
));
/* real mode address */
TRACE
(
aspi
,
"real mode proc: %04x:%04x.
\n
"
,
HIWORD
(
dos
),
0
);
RESET_CFLAG
(
context
);
AX_reg
(
context
)
=
CX_reg
(
context
);
#else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment