Skip to content
GitLab
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
4f101ad7
Commit
4f101ad7
authored
Jun 05, 2003
by
bellard
Browse files
64 bit fix
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@211
c046a42c-6fe2-441c-8c8c-71466251a162
parent
c1db2eb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
thunk.h
View file @
4f101ad7
...
...
@@ -77,7 +77,7 @@
#endif
#define TARGET_LONG_SIZE (TARGET_LONG_BITS / 8)
#define HOST_LONG_SIZE (
TARGE
T_LONG_BITS / 8)
#define HOST_LONG_SIZE (
HOS
T_LONG_BITS / 8)
static
inline
uint16_t
bswap16
(
uint16_t
x
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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