Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
5732fd27
Commit
5732fd27
authored
Nov 28, 2005
by
bellard
Browse files
x86_64 ldl fix
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@1674
c046a42c-6fe2-441c-8c8c-71466251a162
parent
649ea05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
target-i386/ops_mem.h
View file @
5732fd27
...
...
@@ -45,7 +45,7 @@ void OPPROTO glue(glue(op_ldsw, MEMSUFFIX), _T1_A0)(void)
void
OPPROTO
glue
(
glue
(
op_ldl
,
MEMSUFFIX
),
_T1_A0
)(
void
)
{
T1
=
glue
(
ldl
,
MEMSUFFIX
)(
A0
);
T1
=
(
uint32_t
)
glue
(
ldl
,
MEMSUFFIX
)(
A0
);
}
void
OPPROTO
glue
(
glue
(
op_stb
,
MEMSUFFIX
),
_T0_A0
)(
void
)
...
...
Write
Preview
Supports
Markdown
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