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
f21861d3
Commit
f21861d3
authored
Jun 30, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Add a name for a couple of instructions in the disassembler.
parent
15d30f84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
db_disasm.c
programs/winedbg/db_disasm.c
+3
-3
No files found.
programs/winedbg/db_disasm.c
View file @
f21861d3
...
...
@@ -226,9 +226,9 @@ static const struct inst db_inst_0f0x[] = {
/*02*/
{
"lar"
,
TRUE
,
LONG
,
op2
(
E
,
R
),
0
},
/*03*/
{
"lsl"
,
TRUE
,
LONG
,
op2
(
E
,
R
),
0
},
/*04*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*05*/
{
"
"
,
FALSE
,
NONE
,
0
,
0
},
/*05*/
{
"
syscall"
,
FALSE
,
NONE
,
0
,
0
},
/*06*/
{
"clts"
,
FALSE
,
NONE
,
0
,
0
},
/*07*/
{
"
"
,
FALSE
,
NONE
,
0
,
0
},
/*07*/
{
"
sysret"
,
FALSE
,
NONE
,
0
,
0
},
/*08*/
{
"invd"
,
FALSE
,
NONE
,
0
,
0
},
/*09*/
{
"wbinvd"
,
FALSE
,
NONE
,
0
,
0
},
...
...
@@ -992,7 +992,7 @@ static const struct inst db_inst_table[256] = {
/*ef*/
{
"out"
,
FALSE
,
LONG
,
op2
(
A
,
DX
)
,
0
},
/*f0*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*f1*/
{
"
"
,
FALSE
,
NONE
,
0
,
0
},
/*f1*/
{
"
icebp"
,
FALSE
,
NONE
,
0
,
0
},
/*f2*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*f3*/
{
""
,
FALSE
,
NONE
,
0
,
0
},
/*f4*/
{
"hlt"
,
FALSE
,
NONE
,
0
,
0
},
...
...
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